References
NumberInput
summary | ||
public |
The |
TextInput
summary | ||
public |
The |
|
public |
F findCaretPosition(maskedValue: String, mask: String): * Given the masked string , find the next caret position depending on what is missing to complete the mask |
|
public |
F generatePatternFromMask(mask: String): String Generate a regex patter based on the give task |
|
public |
F isMaskedValue(value: String, mask: String): Boolean Check if the given value is masked with the given mask or not |
|
public |
F maskIfNotMasked(value: String, mask: String): String Mask the given value with the given mask in case the value is not already masked with the given mask |
|
public |
Unmask the given value |
|
public |
When true , then the browser supports Unicode Property Escapes otherwise it is false |