-
-
Save dzervas/279b9fbf01c9513db1ab33ee1dea0919 to your computer and use it in GitHub Desktop.
Help Message Regex Parsers - test @regex101.com
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
\s+(?:-([a-zA-Z0-9])(?:\s[\w,.<>\[\]]+)?)?,?\s+(?:--([a-z-]+)(?:\s[\w,.<>\[\]:]+)?)?\s+([A-Z][\w \(\)\/,.<>'-;\"]+) |
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
\s+-(\w),\s--([a-z-]+)(?:=[\w:]+)?\s+([\w -:\[\]]+) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment