hasValue

hasValue(): Boolean;

The hasValue method of the JadeRegexResult class returns true if the receiver has successful results from the latest Regex operation; for example:

assertEquals( false, match.hasValue() ); // match object should be populated

2020.0.01 and higher