PDA

View Full Version : echivalent string del with delete


13-Jan-2004, 08:59 AM
i try to compare a text file and i want consider echivalent string del with delete or " with ' or != with #

how i could ?

mdes
13-Jan-2004, 10:19 AM
Why not writing a vbs script to convert your characters sets, and putting it as external program in the files comparison rules?

VBS allows string search/replace with regular expressions.

Craig
13-Jan-2004, 11:24 AM
Yeah, an external converter is the only way to do this. Built-in support is on the wishlist, but isn't available right now.

jdmarch
13-Jan-2004, 11:29 AM
Or, even easier, write a tiny AWK script (2 lines) to do the conversion for you. You could use MAWK for Win32, free download at
http://www.klabaster.com/freeware.htm