Interface RegularExpressionFactory
- All Known Implementing Classes:
AllowRegularExpressionFactory, ECMAScriptRegularExpressionFactory, JDKRegularExpressionFactory, JoniRegularExpressionFactory
public interface RegularExpressionFactory
Factory for
RegularExpression.-
Method Summary
-
Method Details
-
getRegularExpression
Gets aRegularExpression.- Parameters:
regex- the regular expression text value- Returns:
- the regular expression
-