Hi,

I've managed a crude way to parse a mobile email address down to its
phone number (area code, and 7 digit number) using a loop and if
statements. However, I'm wondering if there's a more efficient way to do
it (shortcuts in REBOL)

Basically I'm trying to do this...

Mobile Email Address: [EMAIL PROTECTED]

<Parsing algorithm>

Result:
~~~~~~~~~~~~~~~~~~~~~~~
Area Code: 416
Phone Number: 5551234

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to