Created
September 15, 2020 19:52
-
-
Save sroller/5f87e9f273080d8876a4fcad4efe807d to your computer and use it in GitHub Desktop.
ruby regexp post #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
entry="CN=steffenr,OU=Users,OU=Accounts,DC=big-company,DC=com" | |
capture=entry.match(/CN=(.*),/) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment