Horje
how to remove characters from a string in lua Code Example
how to remove characters from a string in lua
-- removing characters

local str = "Hello World"

print(str:gsub("%o", "")

--> Hell Wrld




10

Related
lua multiline comment Code Example lua multiline comment Code Example
repeating loop roblox Code Example repeating loop roblox Code Example
when button is clicked roblox lua Code Example when button is clicked roblox lua Code Example
lua How to remove index from table Code Example lua How to remove index from table Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9