1
0
Fork 0
liza/src/validate/formatter
Joseph Frazer aa2ba885af [DEV-6756] Prevent special chars from "local-part" of email address
The `"(),:;<>@[\]`` are allowed in the "local-part" of an email address
under certain circumstances, but our regex is not checking those
circumstances. It is better if we do not allow them until we improve
validation.
2019-12-23 08:26:54 -05:00
..
insurance Copyright range update 2019-08-30 09:41:35 -04:00
AcceptReject.js Copyright range update 2019-08-30 09:41:35 -04:00
AddressFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
CcExpDateFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
CcNumberFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
CityFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
CurrencyFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
Cvv2Formatter.js Copyright range update 2019-08-30 09:41:35 -04:00
DateValidator.js Copyright range update 2019-08-30 09:41:35 -04:00
DbaFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
DollarFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
EchoFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
EmailFormatter.js [DEV-6756] Prevent special chars from "local-part" of email address 2019-12-23 08:26:54 -05:00
FloatFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
FullDateFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
InitialFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
MultiDelimited.js Copyright range update 2019-08-30 09:41:35 -04:00
MultiDimension.js Copyright range update 2019-08-30 09:41:35 -04:00
NameFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
NonPoBoxAddressFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
Number.js Copyright range update 2019-08-30 09:41:35 -04:00
PatternFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
PersonalIdFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
PhoneFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
QuoteIdFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
README Near-complete liberation of liza 2017-06-08 14:38:28 -04:00
ShortDateFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
StringFormat.js Copyright range update 2019-08-30 09:41:35 -04:00
UnorderedList.js Copyright range update 2019-08-30 09:41:35 -04:00
UrlFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
VoidFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
YearFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00
ZipFormatter.js Copyright range update 2019-08-30 09:41:35 -04:00

README

Validator/Formatters
====================

A number of these formatters are written in an old style using
PatternFormatter.  Where it makes sense, they should be converted into
traits or concrete mixins.