DEV Community

Discussion on: VerbalExpressions - RegularExpression made easy

Collapse
 
hritik14 profile image
Hritik Vijay • Edited

While this seems a very nice readable library, I doubt the usability. It requires the user to know beforehand what functions she can use (maybe(), anythingBut() ...) If the user already knows what she can do, it's not too hard to do the same in regex.

Collapse
 
bachnxhedspi profile image
Felix

You're right, but it's only take around some minutes for reading the API and in my case it is easier than reading Regex documentation.

And one more advantages of VerbalExpressions is making the code more readable.