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 6cfe719 commit fe8e8cfCopy full SHA for fe8e8cf
README.md
@@ -8,7 +8,7 @@ VerbalExpressions is a Java library that helps to construct difficult regular ex
8
9
10
11
-##Getting Started
+## Getting Started
12
13
Maven Dependency:
14
@@ -30,7 +30,7 @@ You can use *SNAPSHOT* dependency with adding to `pom.xml`:
30
</repositories>
31
```
32
33
-##Examples
+## Examples
34
```java
35
VerbalExpression testRegex = VerbalExpression.regex()
36
.startOfLine().then("http").maybe("s")
0 commit comments