bp/tests/12-star.sh

4 lines
152 B
Bash
Raw Normal View History

2021-08-28 14:26:32 -07:00
# The star (*) prefix operator matches zero or more repetitions
# Example: bp -p '"Ha" *"ha"' will match "Ha", "Haha", "Hahaha", etc.
bp -p '`( *`x `)'