1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-03-05 10:17:44 +01:00

7 lines
153 B
Sed
Raw Normal View History

2020-05-08 15:45:43 +02:00
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/\1/g
s/ '\([^`']*\)' / \1 /g
s/ '\([^`']*\)'$/ \1/g
s/^'\([^`']*\)' /\1 /g
s/“”/""/g