weggli icon indicating copy to clipboard operation
weggli copied to clipboard

More a question than an issue

Open andno037 opened this issue 11 months ago • 0 comments

Awesome tool I just had a question if I do not see that there there is a way to restrict the match to only include the match it self if I'm searching for a function call even if the function call is multil line.

example:

printf("foo foo %s\n",
          "what ever");
          
weggli -X "printf(_);"

andno037 avatar Mar 16 '24 09:03 andno037