menu
Tool Player
search
Home
>
Tools
>
Get character
Get character
Returns the character at a specified index in a given string.
See examples.
Examples
1.
Return the first character
Input
Brave new world
15
Parameters
keyboard_arrow_down
Index
The zero-based index of the desired character.
Output
0
Reset
2.
Return the character at index 1
Input
Brave new world
15
Parameters
keyboard_arrow_down
Index
The zero-based index of the desired character.
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
Index
The zero-based index of the desired character.
See also
Extract section