bp/tests/3-char-range.sh
2021-08-28 14:26:32 -07:00

4 lines
137 B
Bash

# Character sets and ranges work with backticks
# Example: bp -p '`a-z,A-Z' matches all lowercase and uppercase letters
bp -p '`0-9,a-f'