InterviewSolution
Saved Bookmarks
| 1. |
What is the use of regular expression? |
|
Answer» A REGULAR expression USED to match string on a given pattern. String match pattern USE for SEARCH OPTION. |
|