Go's strings package in TypeScript


Help us add more

Got a rainy Sunday afternoon and a taste for a porting puzzle?

We will then review it. If it's useful to the project and in line with our contributing guidelines your work will become part of Locutus and you'll be automatically credited in the authors section accordingly.

Upstream Surface Inventory 29/52 shipped • 20 next 56%

Namespace-level inventory for Go 1.23: what we already ship, what we may still want, and what we intentionally skip or keep.

strings package

Go 1.23 Catalog source: live runtime snapshot golang:1.23:strings

56% shipped
29/52 shipped 20 next 3 explicit non-goals

29 shipped • 20 next • 3 explicit non-goals.

Next

  • ContainsFunc Go strings helpers are core portability targets for Locutus.
  • ContainsRune Go strings helpers are core portability targets for Locutus.
  • FieldsFunc Go strings helpers are core portability targets for Locutus.
  • IndexByte Go strings helpers are core portability targets for Locutus.
  • IndexFunc Go strings helpers are core portability targets for Locutus.
  • IndexRune Go strings helpers are core portability targets for Locutus.
  • LastIndexByte Go strings helpers are core portability targets for Locutus.
  • LastIndexFunc Go strings helpers are core portability targets for Locutus.
  • Map Go strings helpers are core portability targets for Locutus.
  • SplitAfter Go strings helpers are core portability targets for Locutus.
  • SplitAfterN Go strings helpers are core portability targets for Locutus.
  • Title Go strings helpers are core portability targets for Locutus.
  • ToLowerSpecial Go strings helpers are core portability targets for Locutus.
  • ToTitle Go strings helpers are core portability targets for Locutus.
  • ToTitleSpecial Go strings helpers are core portability targets for Locutus.
  • ToUpperSpecial Go strings helpers are core portability targets for Locutus.
  • ToValidUTF8 Go strings helpers are core portability targets for Locutus.
  • TrimFunc Go strings helpers are core portability targets for Locutus.
  • TrimLeftFunc Go strings helpers are core portability targets for Locutus.
  • TrimRightFunc Go strings helpers are core portability targets for Locutus.
Explicit non-goals (3)
  • Clone Skip A string clone helper adds little value in JavaScript.
  • NewReader Skip Reader objects are not a stable plain-value target.
  • NewReplacer Skip Replacer objects are not a stable plain-value target.

« More Go functions