Shaun <mailto:[EMAIL PROTECTED]> on Friday, March 04, 2005 11:55 AM said:
> Please could someone tell me how i can extract the information from a > string that is after 'ID_' and before '_FN' Get the RegExCoach. It'll be your best friend. Try: /ID_(.*)_FN/ Chris. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php