Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7499723

Browse filesBrowse files
committed
feat: Update README
1 parent a5aed8a commit 7499723
Copy full SHA for 7499723

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is the formal definition we convert Python regex to:
2121
- `a|b`: the choice of `a` or `b` (i.e., either `a` or `b` is accepted); other literature also uses `+`
2222
- `a*`: the Kleene Star operator (i.e., `a` can be repeated 0 or more times)
2323

24-
> Furthermore, use `\e` for an empty string in inputs.
24+
> Hint: use `\e` for an empty string in inputs.
2525
2626

2727
## Usage

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.