gpt4 book ai didi

javascript - jquery 中的 GST 号码验证

转载 作者:行者123 更新时间:2023-12-01 07:06:10 25 4
gpt4 key购买 nike

我想在 javascript 或 jquery 中进行 GST 验证

仅限于印度。

印度GST的结构如下

GST Number will be of 15 digits having below validations:

a. First two positions will be numeric
b. Third to Sixth positions will be Alphabets
c. Seventh position will be either alphabet or numeric
d. Eighth to Eleventh positions will be numeric
e. Twelfth position will be an alphabet
f. Thirteenth to Fifteenth positions will be alphanumeric

最佳答案

([0-9]{2}[a-z]{4}([a-z]{1}|[0-9]{1}).[0-9]{3}[a-z] ([a-z]|[0-9]){3}) 这是 GST 验证的正则表达式

http://regexr.com/使用上述正则表达式测试您的 GST 值。

关于javascript - jquery 中的 GST 号码验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44570877/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com