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
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
A. \W
B. Greedy matching
C. A custom character set
D. \w