Search in all non-ruby files (regex in file mask)

Hi, I am trying to use th 'Find in Path' functionality to find a string.

I want it to be found everywhere except in ruby files. I came up with  .*[^(.rb)]$ (simply assuming an '.rb' extension)

However the 'File name filer' seems not to support regular expressisons.

Is it the case?

Can I turn it on somehow?

Thank you

0
2 comments

This field doesn't support regular expression.

You could only use special symbols: '*' - means '.*' in regex, '?' - means '.' in regex notation and ',' - it's delimiter.

0
Avatar
Permanently deleted user

It's a pity. But thank you for the quick answer.

Is there perhaps an issue I could vote for, to maintain the illusion of progress ;) ?

0

Please sign in to leave a comment.