Skip to content

proxb/RegExHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RegExHelper

A UI to help with writing Regular Expressions.

This is a UI built using PowerShell and WPF that allows for simple Regular Expression checking by displaying the results in real time.

Currently this only supports a string match but future versions will allow for locating patterns in a log file or similiar groups of text.

Feedback and improvements are always welcome! Be sure to check out the Dev branch to help out with the log file regular expression helper.

You need to dot source the script to load the Invoke-RegExHelper function.

. .\Invoke-RegExHelper.ps1
Invoke-RegExHelper

alt tag

About

A UI to help with writing Regular Expressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published