Regular expressions specify patterns to search for in string data using standardized syntax conventions. A regular expression can specify complex patterns of character sequences. For example, the following regular expression: a(b|c)d searches for the pattern: ‘a’, followed by either ‘b’ or ‘c’
Read More - Register for Free Membership