Skip to content

Instantly share code, notes, and snippets.

@theandrew61
Last active February 15, 2023 08:46
Show Gist options
  • Save theandrew61/e0530af25492b577b82594b11bf874c1 to your computer and use it in GitHub Desktop.
Save theandrew61/e0530af25492b577b82594b11bf874c1 to your computer and use it in GitHub Desktop.
Replace all (globally) in string - Lua
-- Turns out, string.gsub does string replacements globally.
-- For example:
print(string.gsub("Hello there! You are on GitHub.", "GitHub", "Gist"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment