Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am rozaxe on github.
  • I am rozaxe (https://keybase.io/rozaxe) on keybase.
  • I have a public key ASDg23-iXPIjpqP00vixFoMhNIiWYniqtiptU7sGMJFTwwo

To claim this, I am signing this object:

  • [ ]
## SYNTAX:
var pattern = new RegExp(pattern, attributes); # attributes: g (global); i (case-sensitive); m (multiline matches)
var pattern = /pattern/attributes; # same as above
## BRACKETS:
[...]: Any one character between the brackets.
[^...]: Any one character not between the brackets.