Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RegEx part #73

Open
OCram85 opened this issue Oct 27, 2016 · 0 comments
Open

RegEx part #73

OCram85 opened this issue Oct 27, 2016 · 0 comments

Comments

@OCram85
Copy link

OCram85 commented Oct 27, 2016

It really would be nice to have a RegEx part which helps with some traps like:

  • clarify differences between -match, -imatch, -cmatch
    • differences while using modifiers like (?-i)
  • best practice for case sensitive patten
    • when to use -cmatch
    • or -match with modifier like (?-i)
    • -match in combination with char exludes like [A-Z^a-z0-9]{1,3}

These are just some examples which took me some time to understand when i started using RegEx patterns with powershell.

Finally just an example I did when i stated working with it:
2016-10-27 10_07_49-powershell admin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant