如何设置验证掩码Angular 2?

时间:2017-07-26 09:18:20

标签: angular

我尝试使用此库设置验证掩码:

https://github.com/text-mask/text-mask/blob/master/componentDocumentation.md#readme

验证掩码是:

public phone_mask = ['+', '(', '9', '9', '4', ')', ' ', /(50|51|55|70|77)/, /[0-9]/ , '-', /\d/, /\d/, /\d/, '-', /\d/, /\d/, '-', /\d/, /\d/];

此图案不起作用:/(50|51|55|70|77)/

此模式允许输入任何数字,但我只需要50|51|55|70|77

0 个答案:

没有答案