Uses of Class
edu.washington.cs.knowitall.regex.RegularExpression
-
Packages that use RegularExpression Package Description edu.washington.cs.knowitall.regex -
-
Uses of RegularExpression in edu.washington.cs.knowitall.regex
Methods in edu.washington.cs.knowitall.regex that return RegularExpression Modifier and Type Method Description RegularExpression<E>
RegularExpressionParser. apply(java.lang.String string)
static <E> RegularExpression<E>
RegularExpression. compile(java.lang.String expression, com.google.common.base.Function<java.lang.String,Expression.BaseExpression<E>> factoryDelegate)
Create a regular expression from the specified string.static <E> RegularExpression<E>
RegularExpression. compile(java.util.List<Expression<E>> expressions)
Create a regular expression without tokenization support.RegularExpression<E>
RegularExpressionParser. parse(java.lang.String string)
-