Explain regular expression in Perl?
A regular expression is a string of characters that defines a specific pattern.
There are three regular expression operators inside Perl:
Matching regular expression operator, m//
Substitute regular expression operator, s///
Transliterate regular expression operator, tr///
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|