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
Which python regular expression method should be used to match any character in a-z, 0-9, or !@#$%^&*()?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which python regular expression method should be used to match any character in a-z, 0-9, or !@#$%^&*()?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!