Search
 
SCRIPT & CODE EXAMPLE
 

LUA

lua gsub

s = string.gsub("Lua is cute", "cute", "great")
print(s)         --> Lua is great
s = string.gsub("all lii", "l", "x")
print(s)         --> axx xii
s = string.gsub("Lua is great", "perl", "tcl")
print(s)         --> Lua is great
Comment

PREVIOUS NEXT
Code Example
Lua :: roblox wait for character 
Lua :: lua hello world function 
Lua :: lua what is _ENV 
Lua :: roblox tweenservice 
Lua :: for loop lua 
Lua :: what does local mean in roblox 
Lua :: round to the nearest number lua 
Lua :: vector2 roblox 
Lua :: get last characters of string lua 
Lua :: to the power of in lua 
Lua :: how to end if statement roblox 
Lua :: check if child is touched roblox 
Lua :: local in script lua local 
Lua :: how to format a number into hh:mm:ss in lua 
Lua :: lua roblox hack scripts 
Lua :: how to see greatest value in a table lua 
Lua :: name is not a valid member of Folder roblox 
Matlab :: matlab count elements in matrix 
Matlab :: matlab plotting multiple lines on one graph 
Matlab :: matlab tf get poles 
Basic :: freecodecamp basic algorithm scripting return largest numbers in arrays 
Basic :: JsonFileWrapper 
Elixir :: hello world in elixir 
Elixir :: elixir function arity 
Scala :: equivalent of spark datetype in scala 
Scala :: how to tell what type a variable is scala 
Excel :: google sheets return multiple columns with vlookup 
Perl :: perl add to hash 
Pascal :: wait for input in pascal 
Powershell :: start-process pwsh 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =