Validation expression

P

pintu

Hello every body..First of All Very Very Happy new year to all of u.

Today i hav my problem with the validation expression.

[a-zA-Z0-9/_]*\.(htm|html)\#?[a-zA-Z0-9]*$

the above expression works fine for "asdf_2.htm" or
"asdf.htm_2#as123".But my problem is that if i enter "asdf.htmssssss"
or "asdf.htmssssss_2#as123" it is not showing error. So please help me
in solving my problem.

Thanks and regards
Priyabrata
 
V

Vishalgiri Goswami

Hi Priya,

May be you need this

[a-zA-Z0-9/_]*\.(htm|html)($|#[a-zA-Z0-9]*$)

Regards,
Vishalgiri Goswami
 
P

pintu

Thanks VIshalgiri..now its working fine.
Vishalgiri said:
Hi Priya,

May be you need this

[a-zA-Z0-9/_]*\.(htm|html)($|#[a-zA-Z0-9]*$)

Regards,
Vishalgiri Goswami

pintu said:
Hello every body..First of All Very Very Happy new year to all of u.

Today i hav my problem with the validation expression.

[a-zA-Z0-9/_]*\.(htm|html)\#?[a-zA-Z0-9]*$

the above expression works fine for "asdf_2.htm" or
"asdf.htm_2#as123".But my problem is that if i enter "asdf.htmssssss"
or "asdf.htmssssss_2#as123" it is not showing error. So please help me
in solving my problem.

Thanks and regards
Priyabrata
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,265
Latest member
TodLarocca

Latest Threads

Top