interface SubstrCP {
    $substrCP: [StringExpression<string>, number, number];
}

Properties

Properties

$substrCP: [StringExpression<string>, number, number]

Returns the substring of a string. Starts with the character at the specified UTF-8 code point (CP) index (zero-based) in the string and continues for the number of code points specified.