Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • match flags used in non-capturing groups (These override matching options that may or may not have been passed into the compile() method.
  • greediness
  • groupingGreediness

Since Java regular expressions are similar to Perl, it is a good idea to apply lessons learned from Perl regex.

...