Hi!!
M having Regular expression to find match of particular substring in a string...
The ismatch ll give a boolean values only...
I want to get those substrings
For example if i suppose enter an ip address like
Http://www.gmail.com
Now i have to get the http://www. and gmail.com alone.....
tat is i want to split both n have to get in new variables...
Anybody knows revert me back
Thanks in Advance