Regex tester
Pattern
Input
layer { foo { bar { baz } } qux }
layer { fee { bar { baz } } qux }
layer { foo { bar { baz foo } } qux { quux quuux } }
{}
zip { layer { zop { layer {yeehah { foo } } } } }
zip { layer{ zop { layer {yeehah { fee } } } } }
Options
Replacement
Click the context tab to see replacements.
3 matches found in about 2 milliseconds.
IndexPositionMatched String${f}${c}
00layer { foo { bar { baz } } qux } fooempty string
170layer { foo { bar { baz foo } } qux { quux quuux } } fooempty string
2134layer { zop { layer {yeehah { foo } } } }empty stringempty string
layer { foo { bar { baz } } qux }
​layer { fee { bar { baz } } qux }
​layer { foo { bar { baz foo } } qux { quux quuux } }
​{}
​zip { layer { zop { layer {yeehah { foo } } } } }
​zip { layer{ zop { layer {yeehah { fee } } } } }
  1. empty string
  2. foo

  3. layer { fee { bar { baz } } qux }
  4. foo

  5. {}
    zip {
  6. empty string
  7. }
    zip { layer{ zop { layer {yeehah { fee } } } } }