StrLenCP constructor

StrLenCP(
  1. dynamic expr
)

Creates $xtrLenCp operator expression

Returns the number of UTF-8 code points in the specified string.

Implementation

StrLenCP(expr) : super('strLenCP', expr);