Property | Type | Description | |
---|---|---|---|
m_defVal | string |
Method | Description | |
---|---|---|
@in ( string self ) : |
||
all ( string self, |
||
any ( string self, |
||
capitalize ( string self ) : string | ||
caseInsensitiveHash ( string self ) : int | ||
chars ( string self ) : |
||
compare ( string self, object obj ) : long | ||
compareIgnoreCase ( string a, string b ) : long | ||
contains ( string self, string s ) : bool | ||
containsChar ( string self, long ch ) : bool | ||
decapitalize ( string self ) : string | ||
each ( string self, |
||
eachr ( string self, |
||
endsWith ( string self, string s ) : bool | ||
equals ( string self, object obj ) : bool | ||
equalsIgnoreCase ( string a, string b ) : bool | ||
fromChars ( |
||
fromDisplayName ( string self ) : string | ||
get ( string self, long index ) : long | ||
getRange ( string self, |
||
getSafe ( String self, long index ) : long | ||
getSafe ( String self, long index, long def ) : long | ||
hash ( string self ) : long | ||
index ( string self, string s ) : Long | ||
index ( string self, string s, long off ) : Long | ||
indexIgnoreCase ( string self, string s ) : Long | ||
indexIgnoreCase ( string self, string s, long off ) : Long | ||
indexr ( string self, string s ) : Long | ||
indexr ( string self, string s, long off ) : Long | ||
indexrIgnoreCase ( string self, string s ) : Long | ||
indexrIgnoreCase ( string self, string s, long off ) : Long | ||
intern ( string self ) : string | ||
isAlpha ( string self ) : bool | ||
isAlphaNum ( string self ) : bool | ||
isAscii ( string self ) : bool | ||
isEmpty ( string self ) : bool | ||
isEveryChar ( string self, int ch ) : bool | ||
isLower ( string self ) : bool | ||
isSpace ( string self ) : bool | ||
isUpper ( string self ) : bool | ||
justl ( string self, long width ) : string | ||
justr ( string self, long width ) : string | ||
localeCapitalize ( string self ) : string | ||
localeCompare ( string self, string x ) : long | ||
localeDecapitalize ( string self ) : string | ||
localeLower ( string self ) : string | ||
localeUpper ( string self ) : string | ||
lower ( string self ) : string | ||
makeTrim ( StringBuilder s ) : string | ||
numNewlines ( string self ) : long | ||
padl ( string self, long width ) : string | ||
padl ( string self, long width, long ch ) : string | ||
padr ( string self, long width ) : string | ||
padr ( string self, long width, long ch ) : string | ||
plus ( string self, object obj ) : string | ||
replace ( string self, string from, string to ) : string | ||
reverse ( string self ) : string | ||
size ( string self ) : long | ||
spaces ( long n ) : string | ||
split ( string self ) : |
||
split ( string self, Long separator ) : |
||
split ( string self, Long separator, bool trim ) : |
||
splitLines ( string self ) : |
||
splitws ( String val ) : |
||
startsWith ( string self, string s ) : bool | ||
toBool ( string self ) : Boolean | ||
toBool ( string self, bool check ) : Boolean | ||
toBuf ( string self ) : |
||
toBuf ( string self, |
||
toCode ( string self ) : string | ||
toCode ( string self, Long quote ) : string | ||
toCode ( string self, Long quote, bool escapeUnicode ) : string | ||
toDecimal ( string self ) : |
||
toDecimal ( string self, bool check ) : |
||
toDisplayName ( string self ) : string | ||
toFloat ( string self ) : Double | ||
toFloat ( string self, bool check ) : Double | ||
toInt ( string self ) : Long | ||
toInt ( string self, long radix ) : Long | ||
toInt ( string self, long radix, bool check ) : Long | ||
toLocale ( string self ) : string | ||
toRegex ( string self ) : Regex | ||
toStr ( string self ) : string | ||
toUri ( string self ) : Uri | ||
toXml ( string self ) : string | ||
trim ( string self ) : string | ||
trimEnd ( string self ) : string | ||
trimStart ( string self ) : string | ||
trimToNull ( string self ) : string | ||
type ( string self ) : Type | ||
upper ( string self ) : string |
Method | Description | |
---|---|---|
FanStr ( ) : System | ||
hex ( int nib ) : int | ||
nStartsWith ( string s, string pre, int off ) : bool | ||
neic ( int a, int b ) : bool | ||
splitStr ( String val, int s, int e, bool trim ) : string |
public static all ( string self, |
||
self | string | |
f | ||
return | bool |
public static any ( string self, |
||
self | string | |
f | ||
return | bool |
public static capitalize ( string self ) : string | ||
self | string | |
return | string |
public static caseInsensitiveHash ( string self ) : int | ||
self | string | |
return | int |
public static compare ( string self, object obj ) : long | ||
self | string | |
obj | object | |
return | long |
public static compareIgnoreCase ( string a, string b ) : long | ||
a | string | |
b | string | |
return | long |
public static contains ( string self, string s ) : bool | ||
self | string | |
s | string | |
return | bool |
public static containsChar ( string self, long ch ) : bool | ||
self | string | |
ch | long | |
return | bool |
public static decapitalize ( string self ) : string | ||
self | string | |
return | string |
public static each ( string self, |
||
self | string | |
f | ||
return | void |
public static eachr ( string self, |
||
self | string | |
f | ||
return | void |
public static endsWith ( string self, string s ) : bool | ||
self | string | |
s | string | |
return | bool |
public static equals ( string self, object obj ) : bool | ||
self | string | |
obj | object | |
return | bool |
public static equalsIgnoreCase ( string a, string b ) : bool | ||
a | string | |
b | string | |
return | bool |
public static fromChars ( |
||
chars | ||
return | string |
public static fromDisplayName ( string self ) : string | ||
self | string | |
return | string |
public static get ( string self, long index ) : long | ||
self | string | |
index | long | |
return | long |
public static getRange ( string self, |
||
self | string | |
r | ||
return | string |
public static getSafe ( String self, long index ) : long | ||
self | String | |
index | long | |
return | long |
public static getSafe ( String self, long index, long def ) : long | ||
self | String | |
index | long | |
def | long | |
return | long |
public static index ( string self, string s ) : Long | ||
self | string | |
s | string | |
return | Long |
public static index ( string self, string s, long off ) : Long | ||
self | string | |
s | string | |
off | long | |
return | Long |
public static indexIgnoreCase ( string self, string s ) : Long | ||
self | string | |
s | string | |
return | Long |
public static indexIgnoreCase ( string self, string s, long off ) : Long | ||
self | string | |
s | string | |
off | long | |
return | Long |
public static indexr ( string self, string s ) : Long | ||
self | string | |
s | string | |
return | Long |
public static indexr ( string self, string s, long off ) : Long | ||
self | string | |
s | string | |
off | long | |
return | Long |
public static indexrIgnoreCase ( string self, string s ) : Long | ||
self | string | |
s | string | |
return | Long |
public static indexrIgnoreCase ( string self, string s, long off ) : Long | ||
self | string | |
s | string | |
off | long | |
return | Long |
public static intern ( string self ) : string | ||
self | string | |
return | string |
public static isAlphaNum ( string self ) : bool | ||
self | string | |
return | bool |
public static isEveryChar ( string self, int ch ) : bool | ||
self | string | |
ch | int | |
return | bool |
public static justl ( string self, long width ) : string | ||
self | string | |
width | long | |
return | string |
public static justr ( string self, long width ) : string | ||
self | string | |
width | long | |
return | string |
public static localeCapitalize ( string self ) : string | ||
self | string | |
return | string |
public static localeCompare ( string self, string x ) : long | ||
self | string | |
x | string | |
return | long |
public static localeDecapitalize ( string self ) : string | ||
self | string | |
return | string |
public static localeLower ( string self ) : string | ||
self | string | |
return | string |
public static localeUpper ( string self ) : string | ||
self | string | |
return | string |
public static makeTrim ( StringBuilder s ) : string | ||
s | StringBuilder | |
return | string |
public static numNewlines ( string self ) : long | ||
self | string | |
return | long |
public static padl ( string self, long width ) : string | ||
self | string | |
width | long | |
return | string |
public static padl ( string self, long width, long ch ) : string | ||
self | string | |
width | long | |
ch | long | |
return | string |
public static padr ( string self, long width ) : string | ||
self | string | |
width | long | |
return | string |
public static padr ( string self, long width, long ch ) : string | ||
self | string | |
width | long | |
ch | long | |
return | string |
public static plus ( string self, object obj ) : string | ||
self | string | |
obj | object | |
return | string |
public static replace ( string self, string from, string to ) : string | ||
self | string | |
from | string | |
to | string | |
return | string |
public static reverse ( string self ) : string | ||
self | string | |
return | string |
public static split ( string self, Long separator ) : |
||
self | string | |
separator | Long | |
return |
public static split ( string self, Long separator, bool trim ) : |
||
self | string | |
separator | Long | |
trim | bool | |
return |
public static splitLines ( string self ) : |
||
self | string | |
return |
public static startsWith ( string self, string s ) : bool | ||
self | string | |
s | string | |
return | bool |
public static toBool ( string self ) : Boolean | ||
self | string | |
return | Boolean |
public static toBool ( string self, bool check ) : Boolean | ||
self | string | |
check | bool | |
return | Boolean |
public static toBuf ( string self, |
||
self | string | |
charset | ||
return |
public static toCode ( string self ) : string | ||
self | string | |
return | string |
public static toCode ( string self, Long quote ) : string | ||
self | string | |
quote | Long | |
return | string |
public static toCode ( string self, Long quote, bool escapeUnicode ) : string | ||
self | string | |
quote | Long | |
escapeUnicode | bool | |
return | string |
public static toDecimal ( string self ) : |
||
self | string | |
return |
public static toDecimal ( string self, bool check ) : |
||
self | string | |
check | bool | |
return |
public static toDisplayName ( string self ) : string | ||
self | string | |
return | string |
public static toFloat ( string self ) : Double | ||
self | string | |
return | Double |
public static toFloat ( string self, bool check ) : Double | ||
self | string | |
check | bool | |
return | Double |
public static toInt ( string self, long radix ) : Long | ||
self | string | |
radix | long | |
return | Long |
public static toInt ( string self, long radix, bool check ) : Long | ||
self | string | |
radix | long | |
check | bool | |
return | Long |
public static toLocale ( string self ) : string | ||
self | string | |
return | string |
public static toRegex ( string self ) : Regex | ||
self | string | |
return | Regex |
public static trimEnd ( string self ) : string | ||
self | string | |
return | string |
public static trimStart ( string self ) : string | ||
self | string | |
return | string |
public static trimToNull ( string self ) : string | ||
self | string | |
return | string |