I am unable to do a validation for string sometext.sometext.sometext.sometext.sometext....
I have tried with this regular expression ^[\w]*.{1,}[\w]$ matches the above string but if i give more than one dots consecutively inbetween the text for eg. sometext.sometext.....sometext above regular expression matches this also.
Any help is appreciated.
Thanks in advance.