StrLenBytes constructor

StrLenBytes(
  1. dynamic expr
)

Creates $strLenBytes operator expression

Returns the number of UTF-8 encoded bytes in the specified string.

Implementation

StrLenBytes(expr) : super('strLenBytes', expr);