How do I play?
Underline the green text to win. Use shorter regex and be speedy for a higher score
What is Regex?
Regex is a way of matching text. Think of it as a text-search on steroids. You can read more about it at https://regexone.com
What are these flags?
* m: multiline (anchors apply to each line)
* i: case-insensitive
* g: global
* javascript does not have any other flags