Regex + XSLT 2.0 problem
Posted: Mon Dec 11, 2006 5:35 pm
I have some text I'd like to format, and need to use regex + xslt 2.0 do do it.
What I have is a list of items in the following format:
"xxxxxx\xxxxx\xxxxxxx\xxxx\abcd.java"
I need to remove everything except "abcd".
I'm a complete Regex novice, and even got my hands on a copy of Regex Buddy to help me out, but apparently the Regex implementation in XSLT does not quite implement the full PERL standard.
Can anyone help me out?
What I have is a list of items in the following format:
"xxxxxx\xxxxx\xxxxxxx\xxxx\abcd.java"
I need to remove everything except "abcd".
I'm a complete Regex novice, and even got my hands on a copy of Regex Buddy to help me out, but apparently the Regex implementation in XSLT does not quite implement the full PERL standard.
Can anyone help me out?