Module: HasNormalizedAttributes
- Defined in:
- lib/has_normalized_attributes.rb,
lib/has_normalized_attributes/version.rb
Defined Under Namespace
Modules: ActiveRecord, CoreExtensions
Constant Summary collapse
- ZIPCODE =
CONSTANTS - Do not mix these into ActiveRecord!!!
/[-.\s)(,]/- PHONE =
/[-.\s)(,]|(^0)/- SSN =
/[-.\s)(,]/- TAXID =
/[-.\s)(,]/- DOLLAR =
/[$,\s]/- NUMBER =
/[,\s]/- PERCENT =
/[%,\s]/- SPACES =
/\s/- VERSION =
"1.0.0"