File: README.md

package info (click to toggle)
ugrep 3.3.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,684 kB
  • sloc: cpp: 47,319; sh: 1,164; ansic: 1,156; makefile: 98; java: 6
file content (22 lines) | stat: -rw-r--r-- 746 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
C++ patterns
============

C++ with Unicode identifiers.

- `classes` matches class definitions
- `comments` matches comments
- `defines` matches `#define` lines
- `directives` matches #-directives
- `doc_comments` matches Doxygen comments
- `enums` matches enumerations
- `functions` matches function definitions
- `includes` matches `#include` lines
- `names` matches identifiers (and keywords)
- `namespaces` matches namespace scopes
- `strings` matches strings
- `structs` matches struct definitions
- `typedefs` matches `typedef` lines
- `zap_commands` removes command keywords from matches
- `zap_comments` removes comments from matches
- `zap_directives` removes #-directive lines from matches
- `zap_strings` removes strings from matches