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

Latest commit

 

History

History
19 lines (14 loc) · 436 Bytes

full-width.md

File metadata and controls

19 lines (14 loc) · 436 Bytes

FullWidth

Validates if the given input is full width.

Valid values:

validator.fullWidth().validate('ひらがな・カタカナ、.漢字');
validator.fullWidth().validate('Fカタカナ゙ᆲ');
validator.fullWidth().validate('Good=Parts');

Invalid values:

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