1.1.1 • Published 5 years ago

magex v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Welcome to Magex

Magex - Magical Expression🚀

A modern JavaScript utility library for building regular expressions.

code snippet 💻

Generate regular expression by calling anyOf function from magex API

const input = 'abc';
const callback = anyOf;

const result = generateExp(callback)(input);

console.log(result) // /[abc]/g

More functions are in progress...

Happy coding 😄

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago