Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 | 3x 3x 3x 3x 3x 60x 30x 30x 30x 30x 58x 3x 126x 126x 33x 2x 2x 2x 6x | import { isChineseIDCardNumber, isPossibleChineseMobilePhoneNumber, } from '../../utils' import { string as locale } from './locale' import MixedSchema from './mixed' import inherits from './util/inherits' import isAbsent from './util/isAbsent' // eslint-disable-next-line let rEmail = /^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i // eslint-disable-next-line let rUrl = /^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i // eslint-disable-next-line let rUUID = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i let isTrimmed = value => isAbsent(value) || value === value.trim() let objStringTag = {}.toString() export default function StringSchema(payload) { if (!(this instanceof StringSchema)) return typeof payload === 'function' ? payload(new StringSchema()) : new StringSchema() MixedSchema.call(this, { type: 'string' }) this.withMutation(() => { this.transform(function (value) { if (this.isType(value)) return value if (Array.isArray(value)) return value const strValue = value != null && value.toString ? value.toString() : value if (strValue === objStringTag) return value return strValue }) }) } inherits(StringSchema, MixedSchema, { _typeCheck(value) { Iif (value instanceof String) value = value.valueOf() return typeof value === 'string' }, _isPresent(value) { return MixedSchema.prototype._isPresent.call(this, value) && !!value.length }, length(length, message = locale.length) { return this.test({ message, name: 'length', exclusive: true, params: { length }, test(value) { return isAbsent(value) || value.length === this.resolve(length) }, }) }, min(min, message = locale.min) { return this.test({ message, name: 'min', exclusive: true, params: { min }, test(value) { return isAbsent(value) || value.length >= this.resolve(min) }, }) }, max(max, message = locale.max) { return this.test({ name: 'max', exclusive: true, message, params: { max }, test(value) { return isAbsent(value) || value.length <= this.resolve(max) }, }) }, matches(regex, options) { let excludeEmptyString = false let message let name if (options) { if (typeof options === 'object') { ;({ excludeEmptyString, message, name } = options) } else { message = options } } return this.test({ name: name || 'matches', message: message || locale.matches, params: { regex }, test: value => isAbsent(value) || (value === '' && excludeEmptyString) || value.search(regex) !== -1, }) }, email(message = locale.email) { return this.matches(rEmail, { name: 'email', message, excludeEmptyString: true, }) }, url(message = locale.url) { return this.matches(rUrl, { name: 'url', message, excludeEmptyString: true, }) }, uuid(message = locale.uuid) { return this.matches(rUUID, { name: 'uuid', message, excludeEmptyString: false, }) }, // -- 自定义 -- chineseIDCardNumber(message = locale.chineseIDCardNumber) { return this.test({ message, name: 'chineseIDCardNumber', test: isChineseIDCardNumber, }) }, chineseMobilePhoneNumber(message = locale.chineseMobilePhoneNumber) { return this.test({ message, name: 'chineseMobilePhoneNumber', test: isPossibleChineseMobilePhoneNumber, }) }, //-- transforms -- ensure() { return this.default('').transform(val => (val === null ? '' : val)) }, trim(message = locale.trim) { return this.transform(val => (val != null ? val.trim() : val)).test({ message, name: 'trim', test: isTrimmed, }) }, lowercase(message = locale.lowercase) { return this.transform(value => !isAbsent(value) ? value.toLowerCase() : value, ).test({ message, name: 'string_case', exclusive: true, test: value => isAbsent(value) || value === value.toLowerCase(), }) }, uppercase(message = locale.uppercase) { return this.transform(value => !isAbsent(value) ? value.toUpperCase() : value, ).test({ message, name: 'string_case', exclusive: true, test: value => isAbsent(value) || value === value.toUpperCase(), }) }, }) |