mazamorac / ExcelMazRegex

Excel regular expressions add-in using ExcelDNA 1.0
MIT License
7 stars 1 forks source link

REGEX patern with underscore #2

Open Wasteb1n opened 2 years ago

Wasteb1n commented 2 years ago

Great add-in, thanks. Found one issue so far. Using a pattern with escape "" like \ gives #VALUE with IsRegexMatch. Haven't tried other functions. Changed to \x5F for now, then it works. Using the 64bit version in Excel365. Full working pattern (can be written more compact, yes): (\&|#|\:|\;|\=|\%|(|)|\x5F|\,|\"|+|\$|\'|`|(.|-|\/|\s){2,})