Both sides previous revisionPrevious revisionNext revision | Previous revision |
functions:character_string_functions [2020/02/07 11:40] – [Nested Functions] benjamin | functions:character_string_functions [2022/02/20 20:55] (current) – benjamin |
---|
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]].** |
{{: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 ===== |
| |
------------------------------------------ | ------------------------------------------ |
| |
<html> </html>[[character_string_functions:inbuilt_variables|Back to top]] | <html> </html>[[functions:character_string_functions|Back to top]] |
| |