[xsl] Substrings

Subject: [xsl] Substrings
From: Karl Stubsjoen <kstubs@xxxxxxxxx>
Date: Mon, 30 May 2005 09:29:10 -0700
What is the best way to retrieve the email from the following text:


Mr. Joseph Smith Jr. III jsmithjr@xxxxxxxx "J Jr."
-or it might be-
Joe jsmithjr@xxxxxxxx

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).

Karl

Current Thread