URL Encoder & Decoder
Encodes or decodes a string so that it conforms to the the Uniform Resource Locators Specification - URL (RFC 1738).
The following will be replaced
$ (Dollar Sign) becomes %24 & (Ampersand) becomes %26 + (Plus) becomes %2B , (Comma) becomes %2C : (Colon) becomes %3A ; (Semi-Colon) becomes %3B = (Equals) becomes %3D ? (Question Mark) becomes %3F @ (Commercial A / At) becomes %40
Formatters
- HTML Formatter
- Javascript Formatter
- CSS Formatter
- XML Formatter
- JSON Formatter
- SQL Formatter
- Comprehensive Formatter
Minifiers
- HTML Minifier
- Javascript Minifier
- CSS Minifier
- XML Minifier
- JSON Minifier
- SQL Minifier
- Comprehensive Minifier
Validators
- Json Validator
- Json Colored Validator
- XML Colored Validator
- XPath Validator
- Regular Expression Tester