InterviewSolution
Saved Bookmarks
| 1. |
How RegExp.Test method works? |
|
Answer» The Test method takes a string as its argument and returns True if the regular expression can successfully be matched against the string, otherwise False is returned. |
|