Thank you, Alec. I appreciate you telling me (us) and it's good advice about the spaces. While we're on the subject, are there any rules or standards as to...
I'm no ReGex expert but shouldn't there be two $1 in the output. I think it is just a typo and he meant, ^!Replace "^(.+)92;K$" >> "$1\x20$1" ARSW No time to...
No, the \K means to leave the first one in place. No need to copy what is already there. Regards, John RecipeTools Web Site: <http://recipetools.gotdns.com/>...
Actually Ian, John has it correctly though I probably would have done it the way you suggest. The \K escape sequence erases anything that has been found up to...
<http://en.wikipedia.org/wiki/CamelCase>http://en.wikipedia.org/wiki/CamelCase I think I first encountered it used to describe titles of Wiki articles which...
I seem to have misunderstood. I assumed that the command ^!Replace "^(.+)92;K$" >> "$1\x20$1" ARSW was to be pasted into the 'Reg Expr'-field of the...
It was written as a clip that you can use whenever you want. If you want to use the dialog, you would place ^(.+)\K$ in the find dialog and \x20$1 in the...
OK -clear enough. Thanks again, John. Bruce  It was written as a clip that you can use whenever you want. If you want to use the dialog, you would place ...
... But ä does come after z. :-P Is this something new? Because I don't think it happens for me, but I don't think I have the very latest version. Or I...
Lotta I think it depends on whether Sort removes duplicates. I think you have it unset? For your 11 characters (1 per line) after sorting (removing) I am left ...
One solution would be to substitute the xml numerical character Id for each diacritical character. That is similar to the html character identities, except...
... And with Remove duplicated checked I get this (same versions of Notetab as before). á à â x y z ä Ä is where it should be. What order the other oddies...
Looking for a little help with a clip I am making. This might have been asked before, if so, just point me in the right direction. Is it possible to combine...
I do things like that regularly. Each wizard I create is used simply to populate variables. (Clear or set variable first.) As soon as the variables are...
... Exactly, but there is a second way. If you number your inputs ^? you can not only order them, but if two get the same number, they're only asked once and...
Replacing backwards in selections does not work with Regex. Lets say you have this list somewhere in your text and it's selected: Frank, James, John, Peter Now...
... They are one clip as they stand. I don't quite get the question. Just "Add New Clip", give it a name, any name, copy those three lines, and you're done. ...
Why is it important to place two commands on a single line? NoteTab does not allow more than one command per line EXCEPT for certain combinations in an ^!If...