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