vlocode-project - v2.4.5
    Preparing search index...

    Function escapeSoqlString

    • Escape a value for use in a quoted SOQL string literal: quotes and backslashes are prefixed with a backslash. For like patterns this preserves backslashes that escape % and _ after the string literal itself is parsed by SOQL.

      Parameters

      • value: string

        Value to escape

      Returns string