Genpact Cora Knowledge Center

Support

String Methods

Overview

Perform operations on strings.

Return Type Value

Text

Example

Left({Form1}.Query("DataTable1")["txtName"], 2)

Supported Method Types

  • Left
  • Right
  • Substring
  • IndexOf
  • LastIndexOf
  • Insert
  • Replace
  • Trim
  • TrimEnd
  • TrimStart
  • EndsWith