InterviewSolution
Saved Bookmarks
| 1. |
Regex introduction 2nd step and matching Digits |
|
Answer» REGEX introduction 2nd step and matching Digits As we KNOW numbers are in between 0-9 characters we can use /d for any digit from 0 to 9. Below are the 3 PATTERN are displayed PUT your answer in below textbox this will provide you a hint of answer (1)Excercise :- Matching Digits Task Text MATCH abc123xy Match define "123" Match var g=123; |
|