Functionsยง
- contains_
whitespace - Check if a variable contains whitespaces and return a bool
- current_
time - Fetch the current time in a given time format
- escape_
ansi - Escape ansi characters from a string
- is_
empty_ or_ whitespace - Check if a variable is empty or contains whitespaces
- ms_
sleep - Simplified version of
thread:sleep()
for waiting x milliseconds - sleep
- Simplified version of
thread:sleep()
for waiting x seconds - type_of
- Get the type of a variable
- unix_
time - Get current unix epoch time