Page 1 of 1

String Problem

Posted: Thu Nov 02, 2006 6:03 am
by hmsg
Hi

I have a string and i need to catch the last par of the string, need help.

My string is always "........ other: ........."

And i need to cacth to another string all the stuff that cames after "other:" , how can i do that any idea?



With the best regards

HMSG

Posted: Thu Nov 02, 2006 7:05 am
by itsmani1
check string functions

Posted: Thu Nov 02, 2006 7:08 am
by onion2k
itsmani1 wrote:check string functions
That's not very helpful. At least suggest which function would be useful.

strrpos() and substr() in this case.