Returns a specific part of the text based on the provided start and end index.
%formatter_text_substring_[start]:[end]_<text>%
Option | Description |
The start index to indicate the beginning of the text. When no valid number is given will the 0-indexed position of the first String matching start be used. |
|
Type: Text Required? No Conditions:
0
|
|
The end index to indicate the end of the text. When no valid number is given will the 0-indexed position of the first String matching end be used.
|
|
Type: Text Required? No Conditions:
text.length()
|
|
The text to get the substring from. | |
Type: String Required? Yes |
/papi parse me %formatter_text_substring_3:9_Substring% -> string
/papi parse me %formatter_text_substring_:3_Substring% -> Sub
/papi parse me %formatter_text_substring_3:_Substring% -> string
/papi parse me %formatter_text_substring_,:_Substring,Another String% -> ,Another String
/papi parse me %formatter_text_substring_:,_Substring,Another String% -> Substring