tldr-pages/tldr

Unify mentions of regular expression as `regex`

Closed this issue · 0 comments

Now that style guide contains this as a standardized writing style, it's time to convert all mentions of it to be correct. A simple task but a time consuming one. The following commands can help you find them

grep -ri regex
grep -ri "regular expression"