I have a comma separated spreadsheet with one field that contains two dates. the dates 
are formatted as dd/mm/yy and separated by either '&' or '//' ex:3/12/92&28/1/93 or 
3/12/92//28/1/93
Problem: I need to split the field at the '&' or '//' separator but if I do 
split('[&//]', $field);
it splits on the '/' not the '//'.
Can I do this in one function call to split() or will I have to do it twice?
---
: David A. Dickson
: Web Designer for the offices of Principal and Provost
: McGill University
: Tel 514-398-2624 | Fax 514-389-8983
: [EMAIL PROTECTED]




Get 250 color business cards for FREE!
http://businesscards.lycos.com/vp/fastpath/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to