Regex tester
Pattern
Input
'(' > pass
' ( ' > pass
')'   > pass
' ) '   > pass
' content here ' ' )'  > pass
' content here' ) ' another content'  > does not pass


Options
Replacement
Click the context tab to see replacements.
5 matches found in about 7 milliseconds.
IndexPositionMatched String
00'(
112' (
226')
340' )
456' content here ' ' )
'(' > pass
​' ( ' > pass
​')'   > pass
​' ) '   > pass
​' content here ' ' )'  > pass
​' content here' ) ' another content'  > does not pass
​
​
  1. empty string
  2. ' > pass
  3. ' > pass
  4. ' > pass
  5. ' > pass
  6. ' > pass
    ' content here' ) ' another content' > does not pass