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 (10 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
PHP patterns
============

- `comments` matches comments
- `functions` matches function definitions
- `names` matches identifiers (and keywords)
- `strings` matches strings
- `zap_comments` removes comments from matches
- `zap_html` removes HTML content outside of `<?php...?>` blocks
- `zap_strings` removes strings from matches