code / bp

Lines4.3K C3.3K Markdown541 YAML273 make110 Shell77 Lua54
(3 lines)
1 # Character sets and ranges work with backticks
2 # Example: bp '{`a-z,A-Z}' matches all lowercase and uppercase letters
3 bp '{`0-9,a-f}'