Search
 
SCRIPT & CODE EXAMPLE
 

LUA

lua substring | get char from from index

text = "Hello world"
--text:sub(<start-index>,<end-index (inclusive)>)
--to get the word "Hello"
sub_text = text:sub(1,5)
Comment

PREVIOUS NEXT
Code Example
Lua :: check if player is in group 
Lua :: can you throw an error forceable in lua 
Lua :: lua loop through string 
Lua :: lua stack 
Lua :: lua roblox hack scripts 
Lua :: lua how to default value if nil or false 
Lua :: lua print table as string 
Lua :: lua compare time 
Lua :: roblox can I have player animations on the server 
Matlab :: matlab font size axis 
Matlab :: find duplicates in matlab arrauy 
Matlab :: matlab for loop syntax 
Matlab :: matlab make last value the first one etc 
Matlab :: how to print ceratin rows of dataframe 
Basic :: personal access token 
Basic :: online c++ to c converter 
Basic :: do you like messi in korean 
Elixir :: elixir enum flat_map 
Elixir :: .t() elixir 
Scala :: print hello world in scala 
Scala :: how to get absolute value in scala 
Actionscript :: a = 10 
Excel :: excel get column number 
Perl :: perl for 
Pascal :: pascal press any key to continue 
Powershell :: debloat window 10 
Gdscript :: GDScript typed variables 
Erlang :: tcp server erlang 
Assembly :: where correlation is used 
Javascript :: jquery vslidation remove spaces from input 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =