Lowell Thomas introduces apg-exp, a library that uses the ABNF pattern syntax to create readable, composable sets of rules for validating data.
Tag: input validation
An Alternative to Regular Expressions: apg-exp
Sourcehunt: PHP7-Only Alternative to Laravel, HPKP, and More
This sourcehunt features a PHP-7 only alternative to Laravel, input validation, HPKP, strict PHP object signatures, and more.
A Closer Look at Angular’s ngMessages Module
Thomas Greco takes a deeper look into Angular's ngMessages module and shows how its directives can take the pain out of displaying form validation errors.
Validating your data with Respect Validation
Input validation is important in any application. In this brief look at Respect/Validation, Younes Rafie introduces a different, framework-agnostic package.
Working with Phone Numbers in JavaScript
This article explores the pitfalls associated with working with phone numbers. It also shows some common ways of overcoming these pitfalls.