1.

Regex for Matching Specific characters excluding or include some characters

Answer»

Regex for MATCHING Specific characters excluding or INCLUDE some characters
Here we will GET regex matching characters and exclude some specific characters. We can either exclude or include some characters. Below i have mention 6 case 3 need to match and 3 need to skip

(4)Excercise :- Matching Specific Characters
Task Text
Match can
Match man
Match fan
Skip dan
Skip ran
Skip PAN



Discussion

No Comment Found