Search found 2 matches

by WilTaylor
Sun Oct 04, 2015 2:40 pm
Forum: Feedback
Topic: PowerReg Ex
Replies: 1
Views: 4600

PowerReg Ex

Hi Guys, You really need to add more features to PowerRegex. As it currently stands its pretty useless. What I expect from any Regular expression tool is the ability to view a detailed list of what was captured and the groups they went into. Just highlighting text that is matched is not enough. Give...
by WilTaylor
Sun Sep 13, 2015 7:51 am
Forum: Wish List and Feature Requests
Topic: Support for relative modules
Replies: 1
Views: 2251

Support for relative modules

What I end up doing for a lot of my scripts are the following: * Create a sub folder called modules which contains all the modules I want the script to run. * At the top of my script I have $env:PSModulePath += ";$PSScriptRoot\Modules" to allow me to import them. What would be really aweso...