1 # Replacements can be done with pat => "replacement" 2 # Example: bp '{"foo" => "baz"}' matches "foobar" and replaces it with "bazbar" 3 bp '{"s" => "$"}'