'String' JavaScript Methods : String « Javascript Objects « JavaScript Reference

'String' JavaScript Methods

+----------------+--------------------------------------------------------------+
| JavaScript     |anchor                          big                           |
| Methods        |blink                           bold                          |
|                |charAt                          charCodeAt                    |
|                |concat                          fixed                         |
|                |fontColor                       fontSize                      |
|                |fromCharCode                    indexOf                       |
|                |italics                         lastIndexOf                   |
|                |link                            localeCompare                 |
|                |match                           replace                       |
|                |search                          slice                         |
|                |small                           split                         |
|                |strike                          sub                           |
|                |substr                          substring                     |
|                |sup                             toLocaleLowerCase             |
|                |toLocaleUpperCase               toLowerCase                   |
|                |toSource                        toUpperCase                   |
|                |valueOf                                                       |
+----------------+--------------------------------------------------------------+
      
      








Related examples in the same category

1.'String' Syntax and Note
2.'String' Example
3.'String' JavaScript Properties