public class SimpleWordTokenizer extends Object
Modifier and Type | Field and Description |
---|---|
static char[] |
BREAKERS
Description of the Field
|
Constructor and Description |
---|
SimpleWordTokenizer() |
Modifier and Type | Method and Description |
---|---|
static StringEntry[] |
tokenize(String line)
Break the given line into multiple StringUtils
|
static StringEntry[] |
tokenize(String line,
String find)
Tokenize the given line but only return StringUtils that match the parameter
find.
|
public static StringEntry[] tokenize(String line)
public static StringEntry[] tokenize(String line, String find)
line
- String to search infind
- String to match.Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.