Skip to content

Commit 979f3c0

Browse files
committed
Update docs
1 parent 7fa99fd commit 979f3c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,12 @@ public static boolean sameIP(String twoLogs) {
290290
| range(f1, t1, ..., fN, tN) | [f1-t1f2-t2...fN-tN] |
291291
| oneOf("abcde") | [abcde] |
292292
| union(class1, ..., classN) | [[class1]...[classN]] |
293-
| complement(class1) | [\^[class1]] |
293+
| complement(class1) | [\^class1] |
294294
| anyChar() | . |
295295
| digit() | \d |
296296
| nonDigit() | \D |
297297
| hexDigit() | [a-fA-F0-9] |
298-
| nonHexDigit() | [\^[a-fA-F0-9]] |
298+
| nonHexDigit() | [\^a-fA-F0-9] |
299299
| wordChar() | \w |
300300
| nonWordChar() | \W |
301301
| wordBoundary() | \b |

0 commit comments

Comments
 (0)