Page 1 of 1

Which python regular expression method should be used to match any character in a-z, 0-9, or !@#$%^&*()?

Posted: Mon Aug 01, 2022 9:35 am
by answerhappygod
Which python regular expression method should be used to match any character in a-z, 0-9, or !@#$%^&*()?

A. \W
B. Greedy matching
C. A custom character set
D. \w