setIgnoreEmptyMatches
setIgnoreEmptyMatches(enable: Boolean): JadeRegexPattern;
This fluent‑style method returns its own modified receiver, to allow call chaining. By default, empty matches are not included in the Regex result.
Call the setIgnoreEmptyMatches method of the JadeRegexPattern class with the enable parameter set to false to include empty matches.
The inclusion of empty matches can be set before or after you call the compile method.
2020.0.01 and higher