We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71357e5 commit 602658dCopy full SHA for 602658d
README.md
@@ -12,7 +12,7 @@ VerbalExpression testRegex = new VerbalExpression.Builder()
12
.maybe("s")
13
.then("://")
14
.maybe("www.")
15
- .anythingBut(" ")
+ .anythingButNot(" ")
16
.endOfLine()
17
.build();
18
@@ -51,4 +51,4 @@ You can view all implementations on [VerbalExpressions.github.io](http://VerbalE
51
- [Ruby](https://github.com/ryan-endacott/verbal_expressions)
52
- [Groovy](https://github.com/VerbalExpressions/GroovyVerbalExpressions)
53
- [Haskell](https://github.com/VerbalExpressions/HaskellVerbalExpressions)
54
-- [C++](https://github.com/VerbalExpressions/CppVerbalExpressions)
+- [C++](https://github.com/VerbalExpressions/CppVerbalExpressions)
0 commit comments