JavaScript Regex - How to check comma separated values are more than three -
I'm not good with JavaScript regex, so I need help in verifying your string for verification.
i These image names are being divided by commas: Now I want to check with this regex: What is valid: is not valid: Authentication should be successful only if the value of the value separated by commas is greater than 3. The regex file name below will be valid for name extensions, except for the last one, And the comma-separated value is more than 3, < / P> If the values are no different from the comma and the space then your regex will be, < / P> or A very simple, Chrysanthemum.jpg, Desert.png, Hydrangeas.gif, Jellyfish.jpg,
crisanthimem.jpg, dessert page, hydrangease Gif, Jellyfish. JPGG, Koala.JPGG, Lighthouse page,
1 crisendammum JPGG, Desert Page, Hydrangea Gif, 2. Christmas. JPGG, Desert Page, 3. Crisatham JPG,
^ [az] [az] + \. (?: Jpg | png | gif), (?: [Az] [az] + \. (?: Jpg | png | gif),) {3,} $
^ [az] [az] + \. (?: Jpg | png | gif), (?: [Az] [az] + \. (?: Jpg | png | gif),) {3,} $
^ (?: [AZ] [az] + \. (?: Jpg | png | gif) ,) {4,} $
Comments
Post a Comment