Awesome! Thanks, mate
Posts made by Harsha Sampath
-
How to write regex with javascript
Hi devs, I have to validate username with this format "xxxxxxxx_0000000". x = any character, 0 = any number. How can I do it with javascript?
Hi devs, I have to validate username with this format "xxxxxxxx_0000000". x = any character, 0 = any number. How can I do it with javascript?