Regex tester
Pattern
Input
this picks out dollar values, like $41 and $200, without catching the "$" (numbers not preceded by a dollar sign, like 23 and 678, are not matched)
Options
Replacement
Click the context tab to see replacements.
2 matches found in about 9 milliseconds.
IndexPositionMatched String
03641
144200
this picks out dollar values, like $41 and $200, without catching the "$" (numbers not preceded by a dollar sign, like 23 and 678, are not matched)
  1. this picks out dollar values, like $
  2. and $
  3. , without catching the "$" (numbers not preceded by a dollar sign, like 23 and 678, are not matched)