Flowcode Docs home page
Search...
Getting Started
Quick Start
Flowcode Basics
Essentials
Testing
Debugging
Deploying
Organizing
Advanced and Settings
Advanced Features
Settings
Nodes
Console
Control Flow
Dates
File System
Lists
Numbers
Objects
State
Strings
Trim
To Title Case
Substring
Last Index Of
Is Empty
Starts With
To Snake Case
To Camel Case
To Pascal Case
Join
To Kebab Case
Char At
To Lower Case
Split
Length
Includes
To Upper Case
Ends With
Concat
Index Of
Replace
Empty String
Match Regex
Flowcode Docs home page
Search...
Search...
Navigation
Strings
Char At
Documentation
Documentation
Strings
Char At
Returns the character at the specified index
Inputs
string: String to get character from (required)index: Index to get character from (required)
Outputs
value: Character
Previous
To Lower Case
Converts a string to lower case
Next
On this page
Inputs
Outputs