Regular expression the value of the input field needs to match.
this jQuery instance for chaining.
Enables the key filter on the current input filter. An entered character needs to match the given test function to be allowed. If it does not match, the character is blocked and the entered character is discarded.
A function that tests whether an entered character is allowed.
this jQuery instance for chaining.
Default, global configuration for the key filter.
The version of this plugin.
Generated using TypeDoc
Enables the key filter on the current input filter. Only text that matches the given regular expression is allowed in the input field.