Note: This article was originally published in 2013. Some steps, commands, or software versions may have changed. Check the current Regular Expressions documentation for the latest information.
In this step-by-step guide, you’ll learn use regex to create instructions out of a list of inputs.
How to: Use Regex to create instructions out of a list of inputs
Using Notepad++: Use Regex to identify the inputs you want to put inside a command: (bd{1,3}.d{1,3}.d{1,3}.d{1,3}b) Then Replace it with the command identifying the matched Regex on the search:
Summary
You’ve successfully learned use regex to create instructions out of a list of inputs. If you run into any issues, double-check the prerequisites and ensure your Regular Expressions environment is properly configured.