User Tools

Site Tools


visual3d:documentation:pipeline:general_information:string_data

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
visual3d:documentation:pipeline:general_information:string_data [2025/06/25 14:44] wikisysopvisual3d: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 and one command for measuring the string. 
 + 
 +=== String_Left ===
  
 STRING_LEFT(string,index) STRING_LEFT(string,index)
-STRING_RIGHT(string,index) 
-STRING_MID(string,index1,index2) 
-STRING_FIND(string, substring, start) 
- 
-and one command for measuring the string: 
- 
-STRING_LENGTH(string) 
- 
-=== String_Left === 
  
 <code> <code>
Line 147: Line 140:
  
 === String_Right === === String_Right ===
 +
 +STRING_RIGHT(string,index)
  
 <code> <code>
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,index1,index2) **Note**: the two index parameters are zero-based for the STRING_MID function.
  
 <code> <code>
Line 181: Line 176:
  
 === String_Find === === String_Find ===
 +
 +STRING_FIND(string, substring, start)
  
 <code> <code>
Line 202: Line 199:
 === String_Length === === String_Length ===
  
 +STRING_LENGTH(string)
 <code> <code>
 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