IguanaX DocumentationDevelopmentDeveloping in the TranslatorLua CodingLuaValue TypesStringsCommon string operationsOn this pageCommon string operationsString manipulation is very easy in the translator because you can see the string before and after operations: In this topic... • Concatenating strings • Colon Operator • # Operator on Strings • Trimming white space • Pattern Matching • String:split() • String:sub() • String:gsub() • String:find() • String:match()