nerdexam
GIAC

GPYC · Question #16

Which python regular expression method should be used to match any character in a-z, 0-

Sign in or unlock GPYC to reveal the answer and full explanation for question #16. The question stem and answer options stay visible for context.

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

Unlock GPYC to see the answer

You've previewed enough free GPYC questions. Unlock GPYC for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#regular expressions#character classes#\w metacharacter#pattern matching
Full GPYC Practice