QuestionQ4
Regular ExpressionsWhich Python regular-expression method should you use 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 you use to match any character in a-z, 0-9, or !@#$%^&*()?
Community Discussion