Uses of Class
edu.washington.cs.knowitall.regex.RegularExpression
Packages that use RegularExpression
-
Uses of RegularExpression in edu.washington.cs.knowitall.regex
Classes in edu.washington.cs.knowitall.regex that implement interfaces with type arguments of type RegularExpressionModifier and TypeClassDescriptionclassA regular expression parser turns strings into RegularExpression objects.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.