react-input-mask
react-input-mask copied to clipboard
How to use mask be like "\([a-zA-Z0-9.\-|\:]{1,}\)"?
I want to use mask for string : "(172.27.173.182:3001|localhost:3001|172.27.131.174|google.com)". The string's length is dynamic.
Help me, please! Thanks.