Team Leader
8Mar2007,16:43   #11
pradeep's Avatar
The pleasure is all mine! ;-)
Newbie Member
10Mar2007,16:23   #12
Namrata84's Avatar
hi
in my project i hve runtime change the status of combobox which is in html according to the option button how can i do that?
Team Leader
14Mar2007,12:32   #13
pradeep's Avatar
You'll need to write some client-side script, like JavaScript, VBScript to do so!
Ambitious contributor
20Feb2008,17:07   #14
elec.shabnam's Avatar
Quote:
Originally Posted by pradeep
Anchors
Anchors do not match any characters. They match a position. ^ matches at the start of the string, and $ matches at the end of the string. Most regex engines have a "multi-line" mode that makes ^ match after any line break, and $ before any line break. E.g. ^b matches only the first b in bob.
if we want to match the second b