Difference between revisions of "Extensions.StringUtil"

From emotive
Jump to navigation Jump to search
 
Line 33: Line 33:
 
{| {{TableHeader}}
 
{| {{TableHeader}}
  
{{TableRowKeyValueList|[[Core.Actions.Throw.Exception.StringUtilException|StringUtilException]]|}}
+
{{TableRowKeyValueList|[[Extensions.StringUtil.StringUtilException|StringUtilException]]|}}
{{TableRowKeyValueList|[[Core.Actions.Throw.Exception.UnsupportedEncodingException|UnsupportedEncodingException]]|}}
+
{{TableRowKeyValueList|[[Extensions.StringUtil.UnsupportedEncodingException|UnsupportedEncodingException]]|}}
  
 
|}
 
|}

Latest revision as of 09:36, 25 September 2018

Classification

Name StringUtil
Short Description Extension for operate strings type
Class OTX Extension
Base Extension -
Pre-Conditions -
Specified by ISO 13209-3

Introduction

This OTX extension provides a collection of data types and terms which operate on strings.

Terms

ReplaceSubString
MatchToRegularExpression
StringConcatenate
SubString
LengthOfString
IndexOf
SplitString
ToUpper
ToLower
Encode
Decode

Data Types

Encoding

Exceptions

StringUtilException
UnsupportedEncodingException