Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ianpatricck/fieldsafe

:lock: Security and persistence of your app data
https://github.com/ianpatricck/fieldsafe

fieldsafe form form-validation forms front-end frontend html5 javascript library mask mask-detection masking regex regex-validator regexp security validation validator

Last synced: about 1 month ago
JSON representation

:lock: Security and persistence of your app data

Awesome Lists containing this project

README

        

# @ FieldSafe
## Security and persistence of your app data

Library to assist in the development of security for form fields, with validation by RegEx, Sanitization and Mask in inputs.

```html

```

__Initialization__

```js
const validator = new Validation();
const isEmail = validator.email('[email protected]');

console.log(isEmail) // true
```

Other concepts and examples will be discussed in this project's Wiki.