Jump to content

XXXX redacted: Difference between revisions

m
→‎{{header|Go}}: Doh, typo in program comment.
(→‎{{header|Go}}: Correction to preamble.)
m (→‎{{header|Go}}: Doh, typo in program comment.)
Line 103:
text = rgx.ReplaceAllStringFunc(text, rf)
}
// replace any remaining underscores with hyphens &&and '9's with apostrophes
text = strings.ReplaceAll(text, "_", "-")
text = strings.ReplaceAll(text, "9", "'")
9,493

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.