You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
char-currency: returns true if the text has a length of one and the char is one of the currency symbols. The list is defined there
retain-numeric-symbol-currency only retain numeric, symbol (+-,.) and currency characters
matches-money: returns true if the text is a money pattern meaning that it only contains spaces, numeric, symbols ,. and currency symbols. The currency symbol must be at the beginning or end of the trimmed text, the decimal separator must be preceded and followed by at least a numeric symbol and the group separator must be preceded by at least one character and maximum 3 and followed by 3.
char-currency: returns true if the text has a length of one and the char is one of the currency symbols. The list is defined thereretain-numeric-symbol-currencyonly retain numeric, symbol (+-,.) and currency charactersmatches-money: returns true if the text is a money pattern meaning that it only contains spaces, numeric, symbols ,. and currency symbols. The currency symbol must be at the beginning or end of the trimmed text, the decimal separator must be preceded and followed by at least a numeric symbol and the group separator must be preceded by at least one character and maximum 3 and followed by 3.valid
Invalid