InterviewSolution
Saved Bookmarks
| 1. |
Explain Define What Is Regular Expressions? |
|
Answer» A regular expression is a pattern describing a CERTAIN amount of text. The most basic regular expression consists of a SINGLE LITERAL CHARACTER. A regular expression is a pattern describing a certain amount of text. The most basic regular expression consists of a single literal character. |
|