VBA adapations of Python re functions
- Regular expression functions adapted from python's re library.
- Several functions that can be used from a worksheet once the add-in is enabled.
- The functions can be used in VBA macros if you want, but if you want to use them as worksheet functions, do the following:
- Open Excel.
- Go to Options -> Add-ins -> Go -> Browse
- Select the path to RegexFunctions.xlam in your file explorer
- Open up regexfunctions_addin_test.xlsx and use F9 to refresh all the functions. You can visually inspect the results and source code to make sure it looks like successful_test_outcomes.png.
- See the CHANGELOG for what functions you can use.
- Also see regular-expressions.info for more information on the object model that VBA regular RegExp objects use.
Be sure to read the [contribution guidelines]
(https://github.com/molsonkiko/vba_regex_funcs/blob/main/CONTRIBUTING.md).