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