visual3d:documentation:pipeline:general_information:string_data
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
visual3d:documentation:pipeline:general_information:string_data [2025/06/25 14:44] – wikisysop | visual3d:documentation:pipeline:general_information:string_data [2025/06/25 14:45] (current) – wikisysop | ||
---|---|---|---|
Line 119: | Line 119: | ||
==== Parsing ==== | ==== Parsing ==== | ||
- | Given a pipeline parameter that is a string, there are four commands that extract a portion of a string: | + | Given a pipeline parameter that is a string, there are four commands that extract a portion of a string |
+ | |||
+ | === String_Left === | ||
STRING_LEFT(string, | STRING_LEFT(string, | ||
- | STRING_RIGHT(string, | ||
- | STRING_MID(string, | ||
- | STRING_FIND(string, | ||
- | |||
- | and one command for measuring the string: | ||
- | |||
- | STRING_LENGTH(string) | ||
- | |||
- | === String_Left === | ||
< | < | ||
Line 147: | Line 140: | ||
=== String_Right === | === String_Right === | ||
+ | |||
+ | STRING_RIGHT(string, | ||
< | < | ||
Line 164: | Line 159: | ||
=== String_Mid === | === String_Mid === | ||
- | Note that the two index parameters are zero-based for the STRING_MID function. | + | STRING_MID(string, |
< | < | ||
Line 181: | Line 176: | ||
=== String_Find === | === String_Find === | ||
+ | |||
+ | STRING_FIND(string, | ||
< | < | ||
Line 202: | Line 199: | ||
=== String_Length === | === String_Length === | ||
+ | STRING_LENGTH(string) | ||
< | < | ||
Set_Pipeline_Parameter_From_Expression | Set_Pipeline_Parameter_From_Expression |
visual3d/documentation/pipeline/general_information/string_data.txt · Last modified: 2025/06/25 14:45 by wikisysop