1.

Regex for occurance of any character in range 0 to n

Answer»

Regex for occurance of any character in range 0 to N
Here we will do the same as we done in excercise 6 but here range of character can be 0 to n numbers logic is same as we done in previoud chapter. Here i have GIVEN 4 task 3 for match and 1 for skip as given below.


(7)Excercise :- Repeatance Specific Characters
Task Text
Match zzzyxx
Match zzyyyyx
Match zzxx
SKIP z



Discussion

No Comment Found