Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ reads or understands them afterwards.

That makes regular expressions a place where comments can
really help. In some circumstances you can also do things like
give names to parts of a regular by assigning them to variables,
give names to parts of a regular expression by assigning them to variables,
although that's not easy in `bash` scripts.

#### Regex examples
Expand Down