Regex tester
Pattern
Input
This is a message {key1} {{key2}} {{{key3}}}, and includes {key4}. {{key5}
Options
Replacement
Click the context tab to see replacements.
5 matches found in about 2 milliseconds.
IndexPositionMatched String$1${c}
018{key1}key1empty string
125{{key2}}{key2}empty string
234{{{key3}}}{{key3}}empty string
359{key4}key4empty string
468{key5}key5empty string
This is a message {key1} {{key2}} {{{key3}}}, and includes {key4}. {{key5}
  1. This is a message
  2. key1
  3. whitespace
  4. {key2}
  5. whitespace
  6. {{key3}}
  7. , and includes
  8. key4
  9. . {
  10. key5
  11. empty string