Regex tester
Pattern
Input
*- (Hello) + (World) -
Options
Replacement
Click the context tab to see replacements.
2 matches found in about 4 milliseconds.
IndexPositionMatched String$1
03(Hello)(Hello)
113(World)(World)
*- (Hello) + (World) -
  1. *-
  2. (Hello)
  3. +
  4. (World)
  5. -