D
Deepan - M.Sc(SE) - 03MW06
I am having a string like below:
$str="/a/b/c/"; (or) $str = "/a/b/c/d/";
What i need is that i should always be able to extract "c" from the
above strings. I should not use split. Only by using regular
expressions i should be able to achieve this. Please help me to solve
this.
Thanks,
Deepan
$str="/a/b/c/"; (or) $str = "/a/b/c/d/";
What i need is that i should always be able to extract "c" from the
above strings. I should not use split. Only by using regular
expressions i should be able to achieve this. Please help me to solve
this.
Thanks,
Deepan