String
System.String
System.Object
System.Char
${expr}.toCharArray()
RusticiSoftware.System.StringSupport
StringSupport.Compare(${arg1}, ${arg2})
System.String
arg1
System.String
arg2
Compare
System.Int32
RusticiSoftware.System.StringSupport
StringSupport.Compare(${arg1}, ${arg2}, ${isCaseSensitive})
System.String
arg1
System.String
arg2
System.Bool
isCaseSensitive
Compare
System.Int32
${arg1}.toString().concat(${arg2}.toString())
System.Object
arg1
System.Object
arg2
Concat
System.String
${this}.contains(${arg})
System.String
arg
Contains
System.Boolean
${this}.endsWith(${arg})
System.String
arg
EndsWith
System.Boolean
${this}.indexOf(${arg})
System.Char
arg
IndexOf
System.Int32
${this}.indexOf(${arg}, ${start})
System.Char
arg
System.Int32
start
IndexOf
System.Int32
${this}.indexOf(${arg})
System.String
arg
IndexOf
System.Int32
${this}.indexOf(${arg}, ${start})
System.String
arg
System.Int32
start
IndexOf
System.Int32
RusticiSoftware.System.StringSupport
StringSupport.isNullOrEmpty(${arg})
System.String
arg
IsNullOrEmpty
System.Boolean
RusticiSoftware.System.StringSupport
StringSupport.lastIndexOfAny(${this},${anyOf})
System.Char[]
anyOf
LastIndexOfAny
System.Int32
${this}.lastIndexOf(${arg})
System.Char
arg
LastIndexOf
System.Int32
${this}.lastIndexOf(${arg},${start})
System.Char
arg
System.Int32
start
LastIndexOf
System.Int32
${this}.lastIndexOf(${arg})
System.String
arg
LastIndexOf
System.Int32
${this}.lastIndexOf(${arg},${start})
System.String
arg
System.Int32
start
LastIndexOf
System.Int32
RusticiSoftware.System.StringSupport
StringSupport.PadLeft(${this}, ${totalWidth})
System.Int32
totalWidth
PadLeft
System.String
RusticiSoftware.System.StringSupport
StringSupport.PadLeft(${this}, ${totalWidth}, ${paddingChar})
System.Int32
totalWidth
System.Char
paddingChar
PadLeft
System.String
RusticiSoftware.System.StringSupport
StringSupport.PadRight(${this}, ${totalWidth})
System.Int32
totalWidth
PadRight
System.String
RusticiSoftware.System.StringSupport
StringSupport.PadRight(${this}, ${totalWidth}, ${paddingChar})
System.Int32
totalWidth
System.Char
paddingChar
PadRight
System.String
${this}.replace(${old}, ${new})
System.Char
old
System.Char
new
Replace
System.String
${this}.replace(${old}, ${new})
System.String
old
System.String
new
Replace
System.String
RusticiSoftware.System.StringSupport
StringSupport.Split(${this}, ${ch})
System.Char
ch
Split
System.String[]
RusticiSoftware.System.StringSupport
StringSupport.Split(${this}, ${ch1}, ${ch2})
System.Char
ch1
System.Char
ch2
Split
System.String[]
RusticiSoftware.System.StringSupport
${this}.split(StringSupport.charAltsToRegex(${cs}))
System.Char[]
cs
Split
System.String[]
RusticiSoftware.System.StringSupport
${this}.split(StringSupport.charAltsToRegex(${cs}), ${count})
System.Char[]
cs
System.Int32
count
Split
System.String[]
RusticiSoftware.System.StringSupport
StringSupport.Split(${this}, ${cs}, ${options})
System.Char[]
cs
System.StringSplitOptions
options
Split
System.String[]
${this}.startsWith(${arg})
System.String
arg
StartsWith
System.Boolean
${this}.substring(${start})
System.Int32
start
Substring
System.String
${this}.substring(${start}, (${start}) + (${length}))
System.Int32
start
System.Int32
length
Substring
System.String
${this}.toCharArray()
ToCharArray
System.Char[]
${this}.substring(${start}, ${end}).toCharArray()
System.Int32
start
System.Int32
end
ToCharArray
System.Char[]
${this}.toLowerCase()
ToLower
System.String
${this}.toUpperCase()
ToUpper
System.String
${this}.toLowerCase()
ToLowerInvariant
System.String
${this}.toUpperCase()
ToUpperInvariant
System.String
RusticiSoftware.System.StringSupport
StringSupport.Trim(${this})
Trim
System.String
RusticiSoftware.System.StringSupport
StringSupport.Trim(${this}, ${trimChars})
System.Char[]
trimChars
Trim
System.String
RusticiSoftware.System.StringSupport
StringSupport.Trim(${this}, new char[] {${trimChar1}})
System.Char
trimChar1
Trim
System.String
RusticiSoftware.System.StringSupport
StringSupport.Trim(${this}, new char[] {${trimChar1}, ${trimChar2}})
System.Char
trimChar1
System.Char
trimChar2
Trim
System.String
RusticiSoftware.System.StringSupport
StringSupport.TrimStart(${this}, null)
TrimStart
System.String
RusticiSoftware.System.StringSupport
StringSupport.TrimStart(${this}, ${trimChars})
System.Char[]
trimChars
TrimStart
System.String
RusticiSoftware.System.StringSupport
StringSupport.TrimStart(${this}, new char[] {${trimChar1}})
System.Char
trimChar1
TrimStart
System.String
RusticiSoftware.System.StringSupport
StringSupport.TrimStart(${this}, new char[] {${trimChar1}, ${trimChar2}})
System.Char
trimChar1
System.Char
trimChar2
TrimStart
System.String
RusticiSoftware.System.StringSupport
StringSupport.TrimEnd(${this}, null)
TrimEnd
System.String
RusticiSoftware.System.StringSupport
StringSupport.TrimEnd(${this}, ${trimChars})
System.Char[]
trimChars
TrimEnd
System.String
RusticiSoftware.System.StringSupport
StringSupport.TrimEnd(${this}, new char[] {${trimChar1}})
System.Char
trimChar1
TrimEnd
System.String
RusticiSoftware.System.StringSupport
StringSupport.TrimEnd(${this}, new char[] {${trimChar1}, ${trimChar2}})
System.Char
trimChar1
System.Char
trimChar2
TrimEnd
System.String
${this}.length()
System.Int32
Length
${this}.length()
${this}.setLength(${value})
""
System.String
Empty
""
${this}.setEmpty(${value})
System.Int32
i
System.Char
${this}.charAt(${i})
RusticiSoftware.System.StringSupport
StringSupport.mkString(${char}, ${length})
System.Char
char
System.Int32
length
new String(${str})
System.Char[]
str