Uses of Class
edu.washington.cs.knowitall.regex.RegularExpression
Packages that use RegularExpression
-
Uses of RegularExpression in edu.washington.cs.knowitall.regex
Methods in edu.washington.cs.knowitall.regex that return RegularExpressionModifier and TypeMethodDescriptionstatic <E> RegularExpression<E>
RegularExpression.compile
(String expression, com.google.common.base.Function<String, Expression.BaseExpression<E>> factoryDelegate) Create a regular expression from the specified string.static <E> RegularExpression<E>
RegularExpression.compile
(List<Expression<E>> expressions) Create a regular expression without tokenization support.