code / bp

Lines4.3K C3.3K Markdown541 YAML273 make110 Shell77 Lua54
(3 lines)
1 # Replacements can be done with pat => "replacement"
2 # Example: bp '{"foo" => "baz"}' matches "foobar" and replaces it with "bazbar"
3 bp '{"s" => "$"}'