Tagged Questions

1
vote
2answers
333 views

How can I find all empty try … except blocks with GExperts grep?

In new versions of GExperts, the grep utility now supports more 'expert' expressions. I have not yet found a way to locate empty try ... except blocks in Delphi sources using regular expressions, ...