08-30-2004, 08:11 PM
Yes it works (in Avant).
___________________
If you are manipulating strings in QM, php or other language, knowing regular expressions can make your life much easier. It's really worth to learn.
One example for url is in QM help, findrx. It is not perfect.
Alternatively, you can use function InternetCrackUrl. Example is in IntPost function. More info: http://msdn.microsoft.com/library/
____________________
___________________
Quote:i really miss a qm dialog for regexFloating toolbar -> More Tools -> reg. expr. menu.
If you are manipulating strings in QM, php or other language, knowing regular expressions can make your life much easier. It's really worth to learn.
One example for url is in QM help, findrx. It is not perfect.
Alternatively, you can use function InternetCrackUrl. Example is in IntPost function. More info: http://msdn.microsoft.com/library/
____________________
Quote:how to i create a new macro by script?Create a function that would create new macro (newitem), and call that function from a script.
