grape icon indicating copy to clipboard operation
grape copied to clipboard

Symbol/Keyword/String(?) prefix/suffix matches

Open SevereOverfl0w opened this issue 2 years ago • 1 comments

I'd love to be able to use a pattern like (def$* $&) to match all symbols starting with def at the beginning of a list form.

SevereOverfl0w avatar Jan 13 '23 20:01 SevereOverfl0w

Similarly I'd like to match "symbols ending with" to find usages of a function that might be aliased in it's usages. ($symbol:myfn $&) would match (lib/myfn expr) or (myfn expr).

jtrunick avatar Mar 24 '23 17:03 jtrunick