You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| $cutLeft(x,n) | Removes the first n characters of string x and returns the result. |
185
-
| $cutRight(x,n) | Removes the last n characters of string x and returns the result. |
186
-
| $regex(x,expr,repl) | Replaces the pattern specified by the regular expression expr in the string x by repl. The fourth optional parameter enables ignore case (1) or disables the ignore case setting (0). Please note that you have to escape comma and other special characters in expr. |
187
-
| $sentence(x) | Converts the given string to sentence case. |
188
-
| $title(x) | Converts the given string to title case. |
189
-
| $upper(x) | Converts the given string to upper case. |
190
-
| $lower(x) | Converts the given string to lower case. |
0 commit comments