Page 1 of 1

VB validation :0

Posted: Fri Oct 10, 2003 1:30 am
by itsmani1
hi there....

although it's a php forum but i need some help in VB
Wel ...
My problem is to over come in string validation

for example
is there any special char like (,.?/;'[]) or any numeric value like an integer or float in the string.


regards.

Abdul Mannan

Note :- All that I need in VB

Posted: Fri Oct 10, 2003 2:09 am
by SimonEast
Search on Google for regular expressions with VB - you can do that sort of thing fairly easily once you work out the right syntax.

< Simon >

thanks

Posted: Fri Oct 10, 2003 2:43 am
by itsmani1
thanks simson