Tool
Analysis
Panels
Vector
Primitive Curves
Boolean Operation
Solid
Surface
Curve Analysis
3D Object
Toolset
Intersection
Transform
Triangulation
Render
Text
Image
Array
Text Fragment
Returns text in upper and lower cases
Details
ID
tool-text-text-fragment
Name
Text Fragment
Group
Text
Package
Tool
Keywords
Input ports
| Name | Type | Description | Default Value |
|---|---|---|---|
| Text | String | Text to operate on | |
| Start | Number | Zero based index of first character to copy | 0 |
| Count | Number | The optional number of characters to copy. If blank, the entire remainder will be copied |
Output ports
| Name | Type | Description |
|---|---|---|
| Fragment | String | The resulting text fragment |
After creating a node, to the first port, connect the base text to operate on. Connect the start index of the first character to copy to the second port, and the optional count of characters to copy to the third port. If the optional count is blank, the entire remainder will be copied. On the output port, we will get the resulting text fragment.
Characters
Concatenate
Text Case
Text Join