| Package | Description |
|---|---|
| edu.washington.cs.knowitall.regex |
| Modifier and Type | Method and Description |
|---|---|
RegularExpression<E> |
RegularExpressionParser.apply(String string) |
static <E> RegularExpression<E> |
RegularExpression.compile(List<Expression<E>> expressions)
Create a regular expression without tokenization support.
|
static <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.
|
RegularExpression<E> |
RegularExpressionParser.parse(String string) |
Copyright © 2010–2013 University of Washington CSE. All rights reserved.