DEV Community

Discussion on: Code Validation

Collapse
 
anshbansal profile image
Aseem Bansal

Unless you are very good at regex try just using string methods and usual data structures. You don't want to spend time learning regex as well as about formatters.

Make one of them your goal - regex or formatter. It would reduce the learning curve.

Thread Thread
 
ankitbeniwal profile image
Ankit Beniwal

Very well. Thanks!