ReadableRegex

Write regular expressions with the help of this library
Download

ReadableRegex Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Rob Dawson
  • Operating Systems:
  • Windows All
  • File Size:
  • 17 KB

ReadableRegex Tags


ReadableRegex Description

ReadableRegex, also know as Readable Regular Expressions is designed as a Java library helps developers write more readable and robust regular expressions. The library has a fluent API, allowing the developer to build up the text of a regular expression using code that reads like English, rather than by producing something that resembles a cruel practical joke. Because the text of the expression is generated by the library, the developer doesn't have to worry about things like bracket matching, and making sure that all special characters are correctly escaped (avoiding backslash hell). In addition, since the expression is built up using Java method calls, rather than a dense string of text, the developer can use all the normal techniques for improving code readability, such as indentation and commenting.


ReadableRegex Related Software