To use this component it is necessary to have an input with a name, so that it is possible to access its id at runtime.
It is important not to forget to name the inputs, as it will not be possible to access their Id at runtime and with that, the component will not work.
Added input parameter(DisableOnPaste) to disable onpaste on input used, necessary to prevent a user from trying to bypass the regex by copying a data type different from the regex that was created.