public class EscapeGroup extends Object
CssUtils.splitString(String, char, EscapeGroup...) method.| Constructor and Description |
|---|
EscapeGroup(char escapeChar)
Creates instance of
EscapeGroup when opening and closing characters are the same. |
EscapeGroup(char openCharacter,
char closeCharacter)
Creates instance of
EscapeGroup. |
public EscapeGroup(char openCharacter,
char closeCharacter)
EscapeGroup.openCharacter - opening escape charactercloseCharacter - closing escape characterpublic EscapeGroup(char escapeChar)
EscapeGroup when opening and closing characters are the same.escapeChar - opening and closing escape characterCopyright © 1998–2024 Apryse Group NV. All rights reserved.