xsl-list
[Top] [All Lists]

RE: Substrings

2005-05-30 10:11:00
One approach would be to tokenize the string at space, and look for the token containing the @. There are many already-written tokenizing templates for XSLT 1.0, and a built-in function in XSLT 2.0

Regards,

--A

What is the best way to retrieve the email from the following text:


Mr. Joseph Smith Jr. III jsmithjr(_at_)juno(_dot_)com "J Jr."
-or it might be-
Joe jsmithjr(_at_)juno(_dot_)com

So far, I have been able to use the substring-before and
substring-after in conjunction with the "@" to get a little closer to
the email, but not sure how to get the space which occurs before the @
and after the email (or end of string).

_________________________________________________________________
Don?t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>