My favorites | Sign in
Project Home Wiki
Search
for
StringManipulation  
One-sentence summary of this page.
Updated Mar 18, 2011 by stefano....@gmail.com

Introduction

Javascript has some string manipulation methods. It is important to identify their behaviour in order to understand how they treat specific characters.

Details

Native Encoding Methods

  • escape/unescape
  • encodeURI/decodeURI
  • encodeURIComponent/decodeURIComponent

RegExps

flag modifiers

  • g : global flag
  • i : case insensitive
  • m : multi line

Special Characters

  • \s
  • \w
  • []
  • ()

Sign in to add a comment
Powered by Google Project Hosting