Computer Science, asked by shivangigautam2200, 11 months ago

How to match nonword characters in Python using Regular Expression?

Answers

Answered by khushi769
0

Hey mate!

here is ur answer:-Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used with the exec and test methods of RegExp , and with the match , replace , search , and split methods of String .

Similar questions