POSIX seems not to be working...
Posted: Fri May 05, 2006 2:29 pm
Hi.
POSIX seems to be acting up in TxtP. Alternatively, I could be making a mistake with my syntax...
Here's my XHTML:
I want to grab the first part of the filename inside the tags (before the extension) and repeat it in the href, like so:
My RegExp is:
I'm getting a 'Cannot find Regular Expression:'
Any ideas?
POSIX seems to be acting up in TxtP. Alternatively, I could be making a mistake with my syntax...
Here's my XHTML:
Code: Select all
<li><a href="">shell_IE5.css</a></li>Code: Select all
<li><a href="shell_IE5">shell_IE5.css</a></li>Code: Select all
Find: ""\(>[^\.]+\)Code: Select all
Replace: "\1"\1Any ideas?