Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 424 Bytes

File metadata and controls

25 lines (17 loc) · 424 Bytes

img

Regular expressions quizes

Question #0

What is the /Scho.l/ regexp matching?

  • school
  • Scho.l
  • School

Question #1

What is the /Scho*l/ regexp matching?

  • Schoo.l
  • Schoool
  • Scho.l

Question #2

What is the /school/ regexp matching?

  • school
  • schoOl
  • School