News

Fast track your regular expressions with the help of possessive quantifiers, independent grouping, lookarounds, and the regex pattern-matching engine itself.
Until recently, using regular expressions in Java has meant using third-party class libraries, many of which were of inconsistent quality and poorly maintained.
I’ve created the RegexDemo application to demonstrate Java’s regular expressions and the various methods located in the Pattern, Matcher, and PatternSyntaxException classes.