xregexp : Extended regular expressions. You can installing xregexp npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install xregexp $ sudo npm install -g xregexp
If want to update the xregexp package execute the command as below,
$ sudo npm update xregexp
Update package globally,
$ npm install -g xregexp
$ sudo git clone https://github.com/rektide/xregexp.git
$ sudo npm install -g ./xregexp
xregexp@3.2.0 /usr/lib/node_modules/xregexp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xregexp
| Package Name | xregexp |
| Version | 3.2.0 |
| Description | Extended regular expressions |
| Released Date | 2017-04-16T20:52:51.514Z |
| Published by | slevithan |
| How to Learn | https://www.npmjs.com/package/xregexp/tutorial |