GIAC
GPYC · Question #16
Which python regular expression method should be used to match any character in a-z, 0-
The correct answer is A. \w. You've hit your limit · resets 1pm (America/New_York)
Advanced Python for Security Automation
Question
Which python regular expression method should be used to match any character in a-z, 0-
Options
- A\w
- BGreedy matching
- CA custom character set
- D\W
How the community answered
(22 responses)- A91% (20)
- B5% (1)
- C5% (1)
Explanation
You've hit your limit · resets 1pm (America/New_York)
Topics
#regular expressions#character classes#\w metacharacter#pattern matching
Community Discussion
No community discussion yet for this question.