Regex tester
Pattern
Input
method(a,print(hello world))
method(a, print(foo(bar(baz(bass(blast))))) wait(5) cls; print(hello world))
Options
Replacement
Click the context tab to see replacements.
2 matches found in about 8 milliseconds.
IndexPositionMatched String${action}${commands}${open}${close}
00method(a,print(hello world))aprint(hello world)empty stringhello world
130method(a, print(foo(bar(baz(bass(blast))))) wait(5) cls; print(hello world))aprint(hello world)
4 captures
  1. print(foo(bar(baz(bass(blast)))))
  2. wait(5)
  3. cls;
  4. print(hello world)
empty stringhello world
7 captures
  1. blast
  2. bass(blast)
  3. baz(bass(blast))
  4. bar(baz(bass(blast)))
  5. foo(bar(baz(bass(blast))))
  6. 5
  7. hello world
method(a,print(hello world))method(a, print(foo(bar(baz(bass(blast))))) wait(5) cls; print(hello world))
  1. empty string
  2. a
  3. print(hello world)
  4. hello world
  5. whitespace
  6. a
  7. print(hello world)
  8. hello world
  9. empty string