Flowcode Docs home pagelight logodark logo
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 pagelight logodark logo
    Documentation
    Documentation
    Strings

    Concat

    Concatenates two strings

    ​
    Inputs

    • a: String a (required)b: String b (required)

    ​
    Outputs

    • value: Concatenated value
    Previous
    Index OfReturns the index within the calling String object of the first occurrence of the specified value, starting the search at fromIndex
    Next
    Powered by Mintlify
    On this page
    • Inputs
    • Outputs
    Assistant
    Responses are generated using AI and may contain mistakes.