playground:playground
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
playground:playground [2019/12/17 21:29] – benjamin | playground:playground [2023/05/15 20:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======= 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. | ||
- | |||
- | There are 3 groups of functions :\\ | ||
- | -Character string functions | ||
- | -Mathematics functions | ||
- | -IT functions | ||
- | |||
- | ------ | ||
- | ===== 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 = " | ||
- | |||
- | |||
- | |||
- | Usage description : $function(input-1 = " | ||
- | |||
- | |||
- | |||
- | ===== $left vs $triml ===== | ||
- | |||
- | *$left | ||
- | *$triml : Trim string n-characters from the left side. | ||
- | |||
- | Usages:\\ | ||
- | $left(input string = " | ||
- | $triml(input string = " | ||
- | |||
- | |||
- | {{: | ||
- | ------ | ||
- | ===== $right vs $trimr ===== | ||
- | |||
- | *$right : Get string n-characters from the right side. | ||
- | *$trimr : Trim string n-characters from the right side. | ||
- | |||
- | Usages:\\ | ||
- | $right(input string = " | ||
- | $trimr(input string = " | ||
- | |||
- | |||
- | {{: | ||
- | ------ | ||
- | ===== $middle vs $between ===== | ||
- | |||
- | *$middle : Get string n-characters from n-position. | ||
- | *$between: Get string between two strings. | ||
- | |||
- | Usages:\\ | ||
- | $middle(input string = " | ||
- | $between(input string = " | ||
- | |||
- | |||
- | {{: | ||
- | ------ | ||
- | |||
- | ===== $upper vs $lower and $proper ===== | ||
- | |||
- | *$upper : Force string to upper case. | ||
- | *$lower : Force string to lower case. | ||
- | *$proper: Capitalizes every first letter following a non-alphanumeric character. | ||
- | |||
- | |||
- | Usages:\\ | ||
- | $upper(input string = " | ||
- | $lower(input string = " | ||
- | $proper(input string = " | ||
- | |||
- | {{: | ||
- | ----- | ||
- | |||
- | ===== $replace and $alrep ===== | ||
- | |||
- | *$replace : Replace string in string. If " | ||
- | *$alrep | ||
- | |||
- | Usage:\\ | ||
- | $replace(input string = " | ||
- | $alrep(input string = " | ||
- | |||
- | |||
- | {{: | ||
- | |||
- | {{: | ||
- | ----- |
playground/playground.1576618150.txt.gz · Last modified: 2020/11/16 19:08 (external edit)