What caracters are in [[:jletterdigit:]] in JFlex ? I need to translate [[:jletterdigit:]] to classical regex.
|
feedback
|
|
A character may be part of a Java identifier if any of the following are true: it is a letter it is a currency symbol (such as '$') it is a connecting punctuation character (such as '_') it is a digit it is a numeric letter (such as a Roman numeral character) it is a combining mark it is a non-spacing mark isIdentifierIgnorable returns true for the character | |||
|
feedback
|