[Home] [By Thread] [By Date] [Recent Entries]
> > Basically I am looking for a way to capture all the text > that appears > > after the last colon. > > replace($in, ':([^:]*)$', '$1') Alternatively, and perhaps more legibly, tokenize($in, ':')[last()] Michael Kay http://www.saxonica.com/
|

Cart



