StrSubstr
StrSubstr : HxComp
Extracts a sub-string of the input.
Component tree parent
Component name in parent
Layout in a visual coordinate system
List of links to this component
The input Str
The computed sub-string
The index to start extracting the sub-string
The index to end extracting the sub-string
StatusStr? <summary>
The input Str
StatusStr <readonly, summary, transient>
The computed sub-string
Int <minVal:0, val:0>
The index to start extracting the sub-string
Int <val:-1>
The index to end extracting the sub-string. Use -1 to indicate the end of the string.