I am doing string validations on input fields.
However, using these static methods: Character.isAlphabetic(codepoint) or Character.isDigit(char c) keeps returning: "Cannot find symbol".
Those same lines work outside the plugin in normal Java apps.
Are there any methods with same functionalities in CN1 or any workaround to achieve same function?
Please assist as these methods are cleaner than regex expressions.