Syntax Text Functions
The most important text functions supported by our library are shown below. Parameters and functions are connected with a period “.” Text in arguments is always enclosed in quotation marks, for example {[INSTANCE:Comments].Insert(0, “b.i.m.m”)}
- ToUpper()
- ToString(formatting)
- ToLower()
- Substring(startValue, length)
- Substring(startValue)
- StartsWith("TEXT")
- Replace(“OldText”, “NewText”)
- Remove(StartValue, Number)
- Remove(StartValue)
- Length (Caution: here without parentheses at the end)
- IsNullOrWhiteSpace(string)
- IsNullOrEmpty(string)
- Insert(“StartValue”TEXT")
- IndexOf(string)
- EndsWith("TEXT")
- Contains("TEXT")
- Concat("TEXT1", … , "TEXT4")