Skip to content

Pass regex by argv#2

Open
milahu wants to merge 2 commits intomeehow:masterfrom
milahu:pass-regex-by-argv
Open

Pass regex by argv#2
milahu wants to merge 2 commits intomeehow:masterfrom
milahu:pass-regex-by-argv

Conversation

@milahu
Copy link

@milahu milahu commented Aug 31, 2021

allow to ...

match a substring at the end of pubkey

go run main.go '(?i)suffix$'

match multiple substrings in pubkey

go run main.go '(?i)(hello|world)'

edit: fix encoding of private keys
edit: use crypto.ConfigEncodeKey

todo: update readme

@milahu milahu force-pushed the pass-regex-by-argv branch from e8070b0 to ed7ddc4 Compare August 31, 2021 21:07
@milahu milahu force-pushed the pass-regex-by-argv branch from ed7ddc4 to eccb11c Compare September 1, 2021 16:42
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

Successfully merging this pull request may close these issues.

1 participant