[xsl] splitting terms with [A-Z] expression

Subject: [xsl] splitting terms with [A-Z] expression
From: Rahil <qamar_rahil@xxxxxxxxxxx>
Date: Thu, 12 May 2005 10:57:34 +0100
Hi

I need to split terms such as 'HelloThere' to the form 'Hello', 'There' or 'Hello There'.

My simple use of the expression [A-Z] does not do the job as I need to recognise upper case after its first occurrence.

How do I go about it ?

Thank you for any suggestion or help.

Rahil

Current Thread