public class DotEscaper extends Object
Constructor and Description |
---|
DotEscaper() |
Modifier and Type | Method and Description |
---|---|
static String |
escapeDot(String identifierToEscape)
Escape all unescape dot characters in the text (identifier only) passed in.
|
static String |
unescapeDot(String identifierToUnescape)
Un-Escape all escaped dot characters in the text (identifier only) passed in.
|
Copyright © 2005–2021. All rights reserved.