@strlen()

Returns the length of the string argument.

Usage:
@strlen( "this is a test" )

The result is "14"