visual3d:documentation:pipeline:general_information:string_data
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:general_information:string_data [2024/10/04 15:36] – Initial rework - the page is still missing string function descriptions. wikisysop | visual3d:documentation:pipeline:general_information:string_data [2025/06/25 14:45] (current) – wikisysop | ||
---|---|---|---|
Line 56: | Line 56: | ||
==== Modify ==== | ==== Modify ==== | ||
- | ==== Parsing ==== | + | === String_To_Lower |
- | Given a pipeline parameter that is a string, there are four commands that extract a portion of a string: | + | < |
+ | !Converting To_Upper and To_Lower String Data (more...) | ||
- | STRING_LEFT(string, | + | Set_Pipeline_Parameter_From_Expression |
- | STRING_RIGHT(string, | + | / |
- | STRING_MID(string, | + | / |
- | STRING_FIND(string, | + | / |
+ | ; | ||
- | and one command for measuring the string: | + | Set_Pipeline_Parameter_From_Expression |
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
- | STRING_LENGTH(string) | + | Select_Active_File |
+ | / | ||
+ | ! /QUERY= | ||
+ | ; | ||
+ | |||
+ | Create_Text_Data | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | Evaluate_Expression | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | Evaluate_Expression | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | === String_To_Upper === | ||
+ | |||
+ | To be completed... | ||
+ | |||
+ | === To_String === | ||
+ | |||
+ | To be completed | ||
+ | |||
+ | ==== Parsing ==== | ||
+ | |||
+ | Given a pipeline parameter that is a string, there are four commands that extract a portion of a string and one command for measuring the string. | ||
=== String_Left === | === String_Left === | ||
+ | |||
+ | STRING_LEFT(string, | ||
< | < | ||
Line 86: | Line 140: | ||
=== String_Right === | === String_Right === | ||
+ | |||
+ | STRING_RIGHT(string, | ||
< | < | ||
Line 103: | Line 159: | ||
=== String_Mid === | === String_Mid === | ||
- | Note that the two index parameters are zero-based for the STRING_MID function. | + | STRING_MID(string, |
< | < | ||
Line 120: | Line 176: | ||
=== String_Find === | === String_Find === | ||
+ | |||
+ | STRING_FIND(string, | ||
< | < | ||
Line 141: | Line 199: | ||
=== String_Length === | === String_Length === | ||
+ | STRING_LENGTH(string) | ||
< | < | ||
Set_Pipeline_Parameter_From_Expression | Set_Pipeline_Parameter_From_Expression | ||
Line 168: | Line 227: | ||
:: | :: | ||
</ | </ | ||
- | |||
- | === String_To_Lower === | ||
- | |||
- | < | ||
- | !Converting To_Upper and To_Lower String Data (more...) | ||
- | |||
- | Set_Pipeline_Parameter_From_Expression | ||
- | / | ||
- | / | ||
- | / | ||
- | ; | ||
- | |||
- | Set_Pipeline_Parameter_From_Expression | ||
- | / | ||
- | / | ||
- | / | ||
- | ; | ||
- | |||
- | Select_Active_File | ||
- | / | ||
- | ! /QUERY= | ||
- | ; | ||
- | |||
- | Create_Text_Data | ||
- | / | ||
- | / | ||
- | / | ||
- | ! / | ||
- | ! / | ||
- | ; | ||
- | |||
- | Evaluate_Expression | ||
- | / | ||
- | ! / | ||
- | ! / | ||
- | ! / | ||
- | / | ||
- | / | ||
- | / | ||
- | ! / | ||
- | ; | ||
- | |||
- | Evaluate_Expression | ||
- | / | ||
- | ! / | ||
- | ! / | ||
- | / | ||
- | / | ||
- | / | ||
- | / | ||
- | ! / | ||
- | ; | ||
- | </ | ||
- | |||
- | === String_To_Upper === | ||
- | |||
- | To be completed... | ||
- | |||
- | === To_String === | ||
- | |||
- | To be completed | ||
==== Example: Extracting text ==== | ==== Example: Extracting text ==== |
visual3d/documentation/pipeline/general_information/string_data.1728056211.txt.gz · Last modified: 2024/10/04 15:36 by wikisysop