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

- `attributes` matches attributes without their values
- `attributes_and_values` matches attributes and values
- `comments` matches comments
- `elements` matches element tags without their values
- `pis` matches processing instructions
- `tags` matches tag names (element and attribute tags)
- `zap_comments` removes comments from matches
- `zap_pis` removes processing instructions from matches
- `zap_strings` removes attribute string values from matches