[xsl] string token removal

Subject: [xsl] string token removal
From: Webmaster <Webmaster@xxxxxxxxxxx>
Date: Wed, 9 Aug 2006 10:46:17 -0500
I have a string that I would like to strip years out of::

example:

"july, 16 1998, minnesota"

I'd like it just to read: "july, 16, Minnesota"

There may be more than just one year within the string, which will also need
to be removed.

how would I do this??  Thanks!

Current Thread