InterviewSolution
Saved Bookmarks
| 1. |
What Is Regexp? |
|
Answer» REGEXP is a PATTERN MATCH using regular expression. Regular expression is a POWERFUL way of specifying a pattern for a complex SEARCH. REGEXP is a pattern match using regular expression. Regular expression is a powerful way of specifying a pattern for a complex search. |
|