/
String Manipulation
String Manipulation
String manipulation is a key task in mapping messages from one system to another, especially when the format or structure of strings differs between systems.
Basic string manipulation includes operations such as:
Splitting strings - String:split()
Finding or replacing substrings - String:find(), String:match(), String:sub(), String:gsub()
, multiple selections available,
Related content
Video showing string manipulation with Lev
Video showing string manipulation with Lev
More like this
What is a string in the context of software?
What is a string in the context of software?
More like this
Named prefixes with C++ and our string class
Named prefixes with C++ and our string class
More like this
Strings
Strings
More like this
Immutable Strings
Immutable Strings
More like this
String:find()
String:find()
More like this