From 9a616e05ebf195845f7af0ea65e91eb5e89d54be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?chencheng=20=28=E4=BA=91=E8=B0=A6=29?= Date: Tue, 22 Jul 2014 08:56:06 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc0a2a8..d3aeeb3 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * [Routing](#routing) * [Security](#security) * [Log](#log) + * [RegExp](#regexp) * UI * [Loading Status](#loading-status) * [Validation](#validation) @@ -291,6 +292,9 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [loglevel](https://github.com/pimterry/loglevel) - Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods. +## RegExp + + ## Loading Status *Libraries for indicate load status.*