Piccolo Admin now supports Multi-factor Authentication!
|||
Contents:
Concatenate multiple values into a single string.
Note
Null values are ignored, so null + '!!!' returns !!!, not null.
null + '!!!'
!!!
null
Warning
For SQLite, this is only available in version 3.44.0 and above.
Returns the number of characters in the string.
Converts the string to all lower case, according to the rules of the database’s locale.
Removes the longest string containing only characters in characters (a space by default) from the start of string.
Return reversed string.
Not supported in SQLite.
Removes the longest string containing only characters in characters (a space by default) from the end of string.
Converts the string to all upper case, according to the rules of the database’s locale.
<Page contents
>Page contents:
Concat
Length
Lower
Ltrim
Reverse
Rtrim
Upper
Styled using the Piccolo Theme