`
Regex helps in finding/search and/or manipulate after find/search operation using specified patterns and works on texts (especially fields). In simple terms, it’s a sequence of characters used for defining a search pattern.
The pattern is always read from left to right sequentially.
Define the regexp
Execute the regexp
It utilizes meta characters to define the search patterns. Below is the list of the meta characters:
Examples