menu
Tool Player
search
Home
>
Tools
>
Extract section
Extract section
Extracts a specified section of a given string.
See examples.
Examples
1.
Extract a section of a string
Input
abcdefghij
10
Parameters
keyboard_arrow_down
Start index
The index to the beginning of the specified portion of the string.
End index
The index to the end of the specified portion of the string. The substring includes the characters up to, but not including, the character indicated by End index.
Output
0
Reset
2.
Extract from a specified position to the end
Input
abcdefghij
10
Parameters
keyboard_arrow_down
Start index
The index to the beginning of the specified portion of the string.
End index
The index to the end of the specified portion of the string. The substring includes the characters up to, but not including, the character indicated by End index.
Output
0
Reset
Examples end here.
Hide examples.
Input
content_copy
undo
redo
fullscreen
Output
refresh
content_copy
fullscreen
You may run this tool on an array of strings. Enter one string per line in the input box.
Parameters
keyboard_arrow_down
Start index
The index to the beginning of the specified portion of the string.
End index
The index to the end of the specified portion of the string. The substring includes the characters up to, but not including, the character indicated by End index.
See also
Get character