Returns text in upper and lower cases
ID
tool-text-text-fragment
Name
Text Fragment
Group
Text
Package
Tool
Keywords
Render
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
Inputs
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 |
Outputs
Name | Type | Description |
---|---|---|
fragment | String | The resulting text fragment |