Package | Description |
---|---|
org.apache.commons.codec.language.bm |
Implementation details of the Beider-Morse codec.
|
Modifier and Type | Field | Description |
---|---|---|
static Rule.RPattern |
Rule.ALL_STRINGS_RMATCHER |
|
private Rule.RPattern |
Rule.lContext |
|
private Rule.RPattern |
Rule.rContext |
Modifier and Type | Method | Description |
---|---|---|
Rule.RPattern |
Rule.getLContext() |
Gets the left context.
|
Rule.RPattern |
Rule.getRContext() |
Gets the right context.
|
private static Rule.RPattern |
Rule.pattern(java.lang.String regex) |
Attempts to compile the regex into direct string ops, falling back to Pattern and Matcher in the worst case.
|
commons-codec version 1.10 - Copyright © 2002-2017 - Apache Software Foundation