Class Index | File Index

Classes


Built-In Namespace String

Field Summary
Field Attributes Field Name and Description
 
<static>  
String.format
Format a string in a flexible way.
 
Convenience shortcut to String.format(this)
 
Left pad
 
Right pad
Field Detail
{string} capitalize

Defined in: <rot.js>.

<static> String.format
Format a string in a flexible way. Scans for %s strings and replaces them with arguments. List of patterns is modifiable via String.format.map.
Defined in: <rot.js>.

format
Convenience shortcut to String.format(this)
Defined in: <rot.js>.

lpad
Left pad
Defined in: <rot.js>.

rpad
Right pad
Defined in: <rot.js>.

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jun 13 2016 11:14:42 GMT+0200 (CEST)