[an error occurred while processing this directive]
[an error occurred while processing this directive]Windows用のテキストエディタ。 現在使っているのはバージョン4.00F。 アバウトダイアログによれば、2002年の製品らしい。 調べてみたら、バージョン6が出ているようだ。
という2点で、今も現役バリバリで使っている。
URLにaタグを付けるマクロも作ってみた。
main { txReplaceEx(text, "(http://[a-zA-Z0-9?%./-]+)", "<a href=\"$1\">$1</a>", REPLACE_CONFIRM | SEARCH_ALL | SEARCH_NOSENSECASE | SEARCH_REWZ); txReplaceEx(text, "([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+)", "<a href=\"mailto:$1\">$1</a>", REPLACE_CONFIRM | SEARCH_ALL | SEARCH_NOSENSECASE | SEARCH_REWZ); }