[Home] [By Thread] [By Date] [Recent Entries]
> I need to strip out non-numerical values from a string. > > Here is a sample input value: TUV0062 > > And what I want is : 0062 (or just 62) > > What is the correct way to do this using XSLT 2? > replace($in, '[^0-9]', '') Michael Kay http://www.saxonica.com/
|

Cart



