|
Answer» Other Special Character Write down regex for special character as we know that for digit we use " d" for WHITESPACE we use " s" for alphanumeric LETTER and digits we use " w" and " D" any non digit character. For " S" any non whitespace character and for " W" any non alphanumeric. For special metacharacter we use " b". Write down regex for 3 below lines.
(15)Write Regex for Special Character Task Text Match The quick BROWN FOX JUMPS over the lazy dog. Match There were 614 instances of students getting 90.0% or above. Match The FCC had to censor the network for saying &$#*!.
|