functions:character_string_functions
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
functions:character_string_functions [2020/02/10 14:02] – benjamin | functions:character_string_functions [2022/02/20 20:55] (current) – benjamin | ||
---|---|---|---|
Line 17: | Line 17: | ||
Usage description : $function(input-1 = " | Usage description : $function(input-1 = " | ||
+ | * Escaping Doublequotes: | ||
+ | * your string is: [this is my " | ||
+ | * in a function, you need to use it this way: ["this is my "" | ||
+ | * 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# | *** If you want to read and store an entire text file (xml, txt, etc), see [[other_functions# | ||
Line 85: | Line 89: | ||
{{: | {{: | ||
----- | ----- | ||
+ | ===== $regreplace ===== | ||
+ | *$regreplace : Replace string in string by regex pattern. | ||
+ | |||
+ | Usage:\\ | ||
+ | $regreplace(input string =" | ||
+ | |||
+ | {{: | ||
+ | ------------- | ||
===== $leads vs $trails ===== | ===== $leads vs $trails ===== | ||
functions/character_string_functions.1581343373.txt.gz · Last modified: 2020/11/16 19:08 (external edit)