File: quot.sed

package info (click to toggle)
yasr 0.6.9-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,316 kB
  • sloc: ansic: 4,842; sh: 4,099; makefile: 67; sed: 16
file content (6 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3910)
1
2
3
4
5
6
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/‘\1’/g
s/ '\([^`']*\)' / ‘\1’ /g
s/ '\([^`']*\)'$/ ‘\1’/g
s/^'\([^`']*\)' /‘\1’ /g
s/“”/""/g