Package uk.ac.bbk.dcs.automed.qproc.functions.string

Class Summary
Concat Concatenates a list of string in a single string.
Length Returns the length of the input string.
LowerCase Turns the input string into lowercase.
Split Splits the input string in two and returns a 2-tuple.
Substring Returns a substring of the input string based on the two other integer arguments.
Substring2 Returns a substring of the input string based on the two other integer arguments.
UpperCase Turns the input string into uppercase.