Skip to content

Instantly share code, notes, and snippets.

@GZShi
Last active August 29, 2015 13:57
Show Gist options
  • Save GZShi/9682834 to your computer and use it in GitHub Desktop.
Save GZShi/9682834 to your computer and use it in GitHub Desktop.
what does this mean
// http://code.jquery.com/jquery-1.11.0.js
var rvalidtokens = /(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment