Built-In Namespace String
Method Attributes | Method Name and Description |
---|---|
endsWith(str)
|
|
includes()
|
|
pad(length, right, chr)
|
|
startsWith(str)
|
|
trim()
|
|
trimLeft()
|
|
Method Detail
endsWith(str)
Defined in: types.js.
- Parameters:
- str
includes()
Defined in: types.js.
pad(length, right, chr)
Defined in: types.js.
- Parameters:
- length
- right
- chr
startsWith(str)
Defined in: types.js.
- Parameters:
- str
trim()
Defined in: types.js.
trimLeft()
Defined in: types.js.
trimRight()
Defined in: types.js.