Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 326 Bytes

half-width.md

File metadata and controls

17 lines (12 loc) · 326 Bytes

HalfWidth

Validates if the given input is half width.

Valid values:

validator.halfWidth().validate('!"#$%&()<>/+=-_? ~^|.,@`{}[]');
validator.halfWidth().validate('l-btn_02--active');

Invalid values:

validator.halfWidth().validate('あいうえお');
validator.halfWidth().validate('0011');