NurulC

Results 6 comments of NurulC

Check this out, it may help you with your requirements: [RxInput demo](https://nurulc.github.io/) - Use a regular expression to both create the mask and match the input (as you type) -...

Hi, If you need flexible pattern, try [react-rxinput demo](https://nurulc.github.com/) int the first input box ( _label:_ _Enter a Regular expression:_ where you can enter your own regular expression) - enter...

I am working to implement using regular expression as a mask language instead of the funky language used now. I have implemented see issue #46. so if you create a...

RE: As you type _input validation_ using RegExp I have started working on this, [ issue #46](https://github.com/insin/react-maskedinput/issues/46) I had exactly this problem, I wanted to define the input mask with...

It is now possible to do this see [Demo](https://nurulc.github.io/), the demo allows you to test with you own regular expressions.

I have a working version of regular expression based masked input. The only thing you have to enter is a regular expression rather than a mask. [Demo](https://nurulc.github.io/)