diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2022-04-09 14:24:06 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2022-04-09 14:24:06 -0400 |
| commit | f33e2e1ec9aef252952565644f6ebe02065f1943 (patch) | |
| tree | 80af7346b480d9e860e865fe63bc713ba1514b37 /tests/03-char-range.sh | |
| parent | 49dddd713ef2cb390edfeddb5cb7b0fe507fafb5 (diff) | |
Added leading zeroes
Diffstat (limited to 'tests/03-char-range.sh')
| -rw-r--r-- | tests/03-char-range.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/03-char-range.sh b/tests/03-char-range.sh new file mode 100644 index 0000000..7904466 --- /dev/null +++ b/tests/03-char-range.sh @@ -0,0 +1,3 @@ +# 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' |
