guwidoe / VBA-StringTools

Useful methods for cross platform interaction with Unicode strings in VBA.
MIT License
17 stars 8 forks source link

Performance improvement for 'HexToString' #5

Closed cristianbuse closed 1 year ago

cristianbuse commented 1 year ago

Performance is improved 6-7 times when excluding RegEx or over 100 times when including RegEx. Since RegEx is not needed then method is also Mac compatible. Delimiters are eliminated as per discussion #2