quasilyte / phpgrep

Syntax-aware grep for PHP code.
MIT License
236 stars 10 forks source link

Finding class names from a given file. #80

Open kwjurkiewicz opened 1 year ago

kwjurkiewicz commented 1 year ago

Is it possible to find only the class names (class declarations) in given php file?