Regex tester
Pattern
Input
enum A
{
  a,
  b=2,
  c=3,
  d//{x}
}
...
More Enums like the above.
...
Options
Replacement
Click the context tab to see replacements.
1 match found in about 3 milliseconds.
IndexPositionMatched String${o}
00enum A
{
a,
b=2,
c=3,
d//{x}
}
empty string
enum A
​{
​  a,
​  b=2,
​  c=3,
​  d//{x}
​}
​...
​More Enums like the above.
​...
  1. empty string

  2. ...
    More Enums like the above.
    ...