Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leaonline/ejson-regexp
- Owner: leaonline
- License: mit
- Created: 2020-06-15T15:37:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T08:34:22.000Z (almost 4 years ago)
- Last Synced: 2024-11-15T16:12:29.976Z (2 months ago)
- Topics: ejson, meteor, package, regex
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```