Extensions.StringUtil.LengthOfString

From emotive
Revision as of 03:27, 16 February 2016 by Hb (talk | contribs) (Hb moved page LengthOfString to Extensions.StringUtil.LengthOfString: #3153)
Jump to navigation Jump to search

Classification

Name LengthOfString
Short Description Number of characters in a string
Class Term
Extension OTX StringUtil extension
Group StringUtil related terms
Exceptions -
Checker Rules -
Standard Compliant Yes

OTL Syntax

IntegerTerm = LengthOfString(StringTerm);

Description

The LengthOfString term returns the number of characters in a string.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
Integer The number of characters in a string

Properties

Name Data Type Class Default Cardinality Description
String String Term - [1] The original string

OTL Examples

Integer Integer1;

Integer1 = LengthOfString("emotive company");

See also

ReplaceSubString
MatchToRegularExpression
StringConcatenate
SubString
IndexOf
SplitString
ToUpper
ToLower
Encode
Decode