• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Dec-2021-

README.mdH A D20-Dec-2021332 1210

classesH A D20-Dec-202132 21

commentsH A D20-Dec-202140 32

doc_commentsH A D20-Dec-202148 32

enumsH A D20-Dec-202131 21

functionsH A D20-Dec-202192 32

namesH A D20-Dec-202152 21

stringsH A D20-Dec-202144 32

zap_commentsH A D20-Dec-202148 32

zap_stringsH A D20-Dec-202152 32

README.md

1C# patterns
2===========
3
4- `classes` matches class definitions
5- `comments` matches comments
6- `enums` matches enumerations
7- `functions` matches function definitions
8- `names` matches identifiers (and keywords)
9- `strings` matches strings
10- `zap_comments` removes comments from matches
11- `zap_strings` removes strings from matches
12