rustywind icon indicating copy to clipboard operation
rustywind copied to clipboard

Add custom regexes and multple regex support

Open petertriho opened this issue 3 years ago • 4 comments

In a similar fashion to https://github.com/ryanhhhh/headwind/pull/111, I would love to see support for custom regex and support for passing in multi-step regexes.

I don't know rust, and not making any promises but I might look into this if you are open to this?

petertriho avatar May 31 '21 00:05 petertriho

Hey @petertriho, I've honestly been meaning to add custom regex support to RustyWind for so long, I just have not had the time.

It would be awesome if you could take a look at it. Thank you!.

I'll be available to help you out if you have any questions. Are you on discord?

praveenperera avatar May 31 '21 14:05 praveenperera

@praveenperera Awesome!

Yep I am. My discord is trihonometry#4469

petertriho avatar May 31 '21 22:05 petertriho

Great I’ve added you. Message me on there if you have any questions.

praveenperera avatar May 31 '21 23:05 praveenperera

Seems like a babel plugin would be a much better fit for this sort of thing, since it allows you to operate on the AST instead of fighting 100 variations of strings in code

anukul avatar Aug 15 '22 06:08 anukul