Package | Description |
---|---|
org.axiondb.functions |
Function implementations. |
Modifier and Type | Class and Description |
---|---|
class |
LikeToRegexpFunction |
class |
MatchesFunction
MATCHES(string, string): returns a
BooleanTypeboolean that
indicates whether first string matches the regular expression pattern
represented by the second string. |