string-replace.1 (fish-3.5.0.tar.xz) | : | string-replace.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 51 | skipping to change at line 51 | |||
>_ string replace -r '(\w+)\s+(\w+)' '$2 $1 $$' 'left right' | >_ string replace -r '(\w+)\s+(\w+)' '$2 $1 $$' 'left right' | |||
right left $ | right left $ | |||
>_ string replace -r '\s*newline\s*' '\n' 'put a newline here' | >_ string replace -r '\s*newline\s*' '\n' 'put a newline here' | |||
put a | put a | |||
here | here | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 STRING-REPLACE(1) | 3.5 Jul 20, 2022 STRING-REPLACE(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |