UNPKG

input-otp-native

Version:

One time passcode Input For React Native/Expo. Unstyled and fully customizable.

10 lines (9 loc) 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.REGEXP_ONLY_DIGITS_AND_CHARS = exports.REGEXP_ONLY_DIGITS = exports.REGEXP_ONLY_CHARS = void 0; const REGEXP_ONLY_DIGITS = exports.REGEXP_ONLY_DIGITS = '^\\d+$'; const REGEXP_ONLY_CHARS = exports.REGEXP_ONLY_CHARS = '^[a-zA-Z]+$'; const REGEXP_ONLY_DIGITS_AND_CHARS = exports.REGEXP_ONLY_DIGITS_AND_CHARS = '^[a-zA-Z0-9]+$'; //# sourceMappingURL=regexp.js.map