Uses of Class
dev.morphia.aggregation.expressions.impls.RegexExpression
-
Packages that use RegexExpression Package Description dev.morphia.aggregation.expressions dev.morphia.aggregation.expressions.impls -
-
Uses of RegexExpression in dev.morphia.aggregation.expressions
Methods in dev.morphia.aggregation.expressions that return RegexExpression Modifier and Type Method Description static RegexExpressionStringExpressions. regexFind(Expression input)Applies a regular expression (regex) to a string and returns information on the first matched substring.static RegexExpressionStringExpressions. regexFindAll(Expression input)Applies a regular expression (regex) to a string and returns information on the all matched substrings.static RegexExpressionStringExpressions. regexMatch(Expression input)Applies a regular expression (regex) to a string and returns a boolean that indicates if a match is found or not. -
Uses of RegexExpression in dev.morphia.aggregation.expressions.impls
Methods in dev.morphia.aggregation.expressions.impls that return RegexExpression Modifier and Type Method Description RegexExpressionRegexExpression. options(String options)Optional options to apply to the regexRegexExpressionRegexExpression. pattern(String pattern)The regular expressionRegexExpressionRegexExpression. pattern(Pattern pattern)The regular expression
-