bp/tests/12-star.sh
2021-08-28 14:26:32 -07:00

4 lines
152 B
Bash

# The star (*) prefix operator matches zero or more repetitions
# Example: bp -p '"Ha" *"ha"' will match "Ha", "Haha", "Hahaha", etc.
bp -p '`( *`x `)'