Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leaonline/ejson-regexp

Adding Regular Expression to EJSON
https://github.com/leaonline/ejson-regexp

ejson meteor package regex

Last synced: 8 days ago
JSON representation

Adding Regular Expression to EJSON

Awesome Lists containing this project

README

        

# Meteor EJSON RegExp

Adds the `RegExp` class instances to `EJSON`.
Slightly modified version of the [gist](https://gist.github.com/TimFletcher/1fc43b36a2710f09895613ecdd7c39a7) by [Tim Fletcher](https://github.com/TimFletcher)

Just add the package to enable regular expressions as EJSON type:

```bash
$ meteor add leaonline:ejson-regexp
```