Class OStringParser
java.lang.Object
com.orientechnologies.common.parser.OStringParser
String parser utility class
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]static String[]static String[]static intindexOfOutsideStrings(String iText, char iToFind, int iFrom, int iTo) Finds a character inside a string specyfing the limits and direction.static intreadUnicode(String iText, int position, StringBuilder buffer)
-
Field Details
-
WHITE_SPACE
- See Also:
-
COMMON_JUMP
- See Also:
-
-
Constructor Details
-
OStringParser
public OStringParser()
-
-
Method Details
-
getWords
-
getWords
-
getWords
-
indexOfOutsideStrings
Finds a character inside a string specyfing the limits and direction. If iFrom is minor than iTo, then it moves forward, otherwise backward. -
readUnicode
-