aboutsummaryrefslogtreecommitdiff
path: root/tests/22-replace.sh
blob: 451be8f473dcc7a94817400f06b2e540a306ee0f (plain)
1
2
3
# Replacements can be done with pat => "replacement"
# Example: bp '{"foo" => "baz"}' matches "foobar" and replaces it with "bazbar"
bp '{"s" => "$"}'