← All tools

Regex tester

JavaScript RegExp only — pattern, flags, and test string. See match list and optional replacement preview (not a full regex101.com engine).

Allowed: g i m s u v y (invalid chars ignored)

hello! regex! world!

Matches

  • #1 @ 0: "hello"
  • #2 @ 6: "regex"
  • #3 @ 12: "world"