playground:playground
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| playground:playground [2019/12/17 07:49] – benjamin | playground:playground [2023/05/15 20:43] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====Functions==== | + | ====== |
| - | + | ||
| - | Intro \\ | + | |
| - | + | ||
| - | We can sort functions in 3 groups :\\ | + | |
| - | 1/ Character string functions\\ | + | |
| - | 2/ Mathematics functions\\ | + | |
| - | 3/ IT functions\\ | + | |
| - | + | ||
| - | 1/ Character string functions : | + | |
| - | + | ||
| - | • ALL string inputs containing alphabetic characters (a-z, A-Z) must be encapsulated with single or double quotes: "my string", | + | |
| - | • If numeric character(s) (0-9) are used in functions that accept strings then the number will be treated as a string: 123 = " | + | |
| - | + | ||
| - | Here are the list of character functions : | + | |
| - | + | ||
| - | | + | |
| - | + | ||
| - | All these functions will manipulate character strings to fit your needs. Functions can use into conditional node and populate variable node and keep the result in a variable. | + | |
| - | + | ||
| - | **Usage descrition : $function(input-1 | + | |
| - | **\\ | + | |
| - | The same example sentence will be used to illustrate these character string functions: | + | |
| - | “Function number 131 is useful” | + | |
| - | + | ||
| - | __$left vs $triml__ : | + | |
| - | + | ||
| - | Usages:\\ | + | |
| - | $left(input string = " | + | |
| - | $triml(input string = " | + | |
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | __$right vs $trimr__ :\\ | + | |
| - | + | ||
| - | Usages:\\ | + | |
| - | $right(input string = " | + | |
| - | $trimr(input string = " | + | |
| - | + | ||
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | __$middle vs $between__: | + | |
| - | + | ||
| - | Usages:\\ | + | |
| - | $middle(input string = " | + | |
| - | $between(input string = " | + | |
| - | + | ||
| - | + | ||
| - | {{: | + | |
| - | + | ||
| - | + | ||
| - | __$upper vs $lower__: | + | |
| - | + | ||
| - | Usages:\\ | + | |
| - | $upper(input string = " | + | |
| - | $lower(input string = " | + | |
| - | + | ||
| - | {{: | + | |
playground/playground.1576568995.txt.gz · Last modified: 2020/11/16 19:08 (external edit)