InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of RegExp object in VBScript? |
|
Answer» RegExp object helps the developers to match the pattern of strings and the properties and methods help us to work with Regular Expressions easily. |
|