- Index
- »
- hx.comps
- »
- StrContains
StrContains
StrContains : HxComp
Checks if inB can be found within inA.
Component tree parent
Component name in parent
Layout in a visual coordinate system
List of links to this component
Defines the Str to check for inB
The Str to look for in inA
True if inA contains inB
The zero-based index to start checking for inB in inA
The index where inB was found, or -1 if it wasn't found
The index in inA immediately after where inB was found,
or -1 if it wasn't found
StatusStr? <summary>
Defines the Str to check for inB
StatusStr? <summary>
The Str to look for in inA
StatusBool <readonly, summary, transient>
True if inA contains inB
Int <val:0>
The zero-based index to start checking for inB in inA.
Int <readonly, transient, val:-1>
The index where inB was found, or -1 if it wasn't found
Int <readonly, transient, val:-1>
The index in inA immediately after where inB was found,
or -1 if it wasn't found