User Tools

Site Tools


functions:character_string_functions

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
functions:character_string_functions [2020/02/10 14:02] benjaminfunctions:character_string_functions [2022/02/20 20:55] (current) benjamin
Line 17: Line 17:
     Usage description : $function(input-1 = "string", input-2 = integer[, optional input-3 = "string"/integer])     Usage description : $function(input-1 = "string", input-2 = integer[, optional input-3 = "string"/integer])
  
 +  * Escaping Doublequotes: If you need to provide a doublequote within your string, you need to escape them by just providing two doublequotes instead of one. Example: 
 +    * your string is: [this is my "string"]
 +    * in a function, you need to use it this way:  ["this is my ""string"""]
 +    * as you see, the string was wrapped into double quotes, just as any string inside functions. Additionally the real doublequotes in the string just have been doubled.
  
 *** If you want to read and store an entire text file (xml, txt, etc), see [[other_functions#$read|"$read" function]].** *** If you want to read and store an entire text file (xml, txt, etc), see [[other_functions#$read|"$read" function]].**
Line 85: Line 89:
 {{:functions:alrep.jpg?nolink&800|}} {{:functions:alrep.jpg?nolink&800|}}
 ----- -----
 +===== $regreplace =====
  
 +    *$regreplace : Replace string in string by regex pattern.
 +
 +Usage:\\
 +$regreplace(input string ="string/%variable%", string to replace ="string/%variable%" [, replace with string ="string/%variable%")
 +
 +{{:functions:regreplace.png?nolink&800|}}
 +-------------
 ===== $leads vs $trails ===== ===== $leads vs $trails =====
  
functions/character_string_functions.1581343373.txt.gz · Last modified: 2020/11/16 19:08 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki