RegexWars
Tier 8 · Novicematch

First Blood

Match any string that contains the word "regex".

A pattern with no special characters in it just looks for itself. This one is free — it is here so you can see how the arena works.

Your pattern0 chars · par 5
//
Flags
Start typing — tests run as you go.0 of 5 visible tests passing
Test cases
  • regexmust match
  • i love regexmust match
  • regexwarsmust match
  • regular expressionmust not match
  • Regexmust not match

    capital R — patterns are case-sensitive by default

+ 3 hidden tests, checked when you submit. They are what stops a pattern that only fits the examples above.