XXXX redacted: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
→‎{{header|Go}}: Correction to preamble.
PureFox (talk | contribs)
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", "'")