| Module: | mscore | Package: | core | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - core libraries: Project Home | Documentation |
core.String
Inheritance : Object
Constructors
| Signature |
| public String() |
Methods
| Name | Signature |
| charAt | String charAt(int n) |
| indexOf | int indexOf(String c) |
| indexOf | int indexOf(String c, int i) |
| lastIndexOf | int lastIndexOf(String c3) |
| replace | String replace(RegExp exp, String replaceWith) |
| slice | String slice(int start, int end) |
| split | Array<String> split(String stringToSplit) |
| substr | String substr(int c1, int c2) |
| substring | String substring(int c1) |
| substring | String substring(int c1, int c2) |
| toLowerCase | String toLowerCase() |
| toUpperCase | String toUpperCase() |
Properties
| Name | Type | Comment | |
| length |
|
Constructors
|
public String() |
Methods
|
charAt String charAt(int n)
Parameters
|
||||||||||
|
indexOf int indexOf(String c)
Parameters
|
||||||||||
|
indexOf int indexOf(String c, int i)
Parameters
|
|||||||||||||
|
lastIndexOf int lastIndexOf(String c3)
Parameters
|
||||||||||
|
replace String replace(RegExp exp, String replaceWith)
Parameters
|
|||||||||||||
|
slice String slice(int start, int end)
Parameters
|
|||||||||||||
|
split Array<String> split(String stringToSplit)
Parameters
|
||||||||||
|
substr String substr(int c1, int c2)
Parameters
|
|||||||||||||
|
substring String substring(int c1)
Parameters
|
||||||||||
|
substring String substring(int c1, int c2)
Parameters
|
|||||||||||||
|
toLowerCase String toLowerCase()
|
||||
|
toUpperCase String toUpperCase()
|
||||
| Module: | mscore | Package: | core | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - core libraries: Project Home | Documentation |