Versions Compared

Key

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

...

Note

All possibilities are tagged, including overlaps and sub-patterns, with the expectation that later disambiguation stages will choose which tags are the correct interpretation.

Warning

This stage requires a lot of process time, please follow this recommendations:

  • keep at a minimum the amount to regex patterns
  • try to use non greedy regex
  • set the maxLength to the bare minimum necessary for the expected matches


Include Page
Generic Configuration Parameters
Generic Configuration Parameters

...

Code Block
languagejs
themeEclipse
titleExample Configuration
{
 "type":"RegexPatternStageRegexPattern",
 "patterns":"regex-provider:patterns",
 "maxLength": 25,
 "caseInsensitive": true
}

...