User Tools

Site Tools


playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2019/12/17 15:14] benjaminplayground:playground [2023/05/15 20:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====Functions==== +====== PlayGround ======
- +
-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", '123abc', "%s_variable%", '%i_variable%'.\\ +
-• If numeric character(s) (0-9) are used in functions that accept strings then the number will be treated as a string: 123 "123"+
- +
-Here are the list of character functions : +
- +
-   $left/$right/$middle/$replace/$upper/$lower/$stripws/$stripcrif/$length/$isdigit/$isalph/$reverse/$triml/$trimr/$leads/$trails/$between/$proper/$alrep +
- +
-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 "string", input-2 integer[, optional input-3 "string"/integer]) +
-**\\ +
-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 = "string/%variable%", number of characters to extract = integer/%i_variable%)\\ +
-$triml(input string = "string/%variable%", number of characters to trim = integer/%i_variable%) +
- +
- +
-{{:playground:left-triml.jpg?nolink&800|}} +
- +
-__$right vs $trimr__ :\\ +
- +
-Usages:\\ +
-$right(input string = "string/%variable%", number of characters to extract = integer/%i_variable%)\\ +
-$trimr(input string = "string/%variable%", number of characters to trim = integer/%i_variable%) +
- +
- +
-{{:playground:right-trimr.jpg?nolink&800|}} +
- +
-__$middle vs $between__:\\ +
- +
-Usages:\\ +
-$middle(input string = "string/%variable%", start position = integer/%i_variable%, number of characters to extract from start position = integer/%i_variable%)\\ +
-$between(input string = "string/%variable%", from string = "string/%variable%", to string = "string/%variable%"[, instance found= integer/%i_variable%])\\ +
- +
- +
-{{:playground:middle-between.jpg?nolink&800|}} +
- +
- +
-__$upper vs $lower and $proper__:\\ +
- +
-Usages:\\ +
-$upper(input string = "string/%variable%")\\ +
-$lower(input string = "string/%variable%")\\ +
-$proper(input string = "string/%variable%")\\ +
- +
-{{:playground:lower-upper-proper.jpg?nolink&800|}} +
- +
- +
-__$replace and $alrep__:\\ +
- +
-Usage:\\ +
-$replace(input string = "string/%variable%", string to replace = "string/%variable%" [, replace with string = "string/%variable%", type = 0])\\ +
-$alrep(input string = "string/%variable%"[, replace with string = "string/%variable%"][, except characters = "string/%variable%"])\\ +
- +
- +
-{{:playground:replace.jpg?nolink&800|}} +
- +
-{{:playground:alrep.jpg?nolink&800|}}+
  
playground/playground.1576595699.txt.gz · Last modified: 2020/11/16 19:08 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki