File: README.md

package info (click to toggle)
ugrep 7.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,008 kB
  • sloc: cpp: 69,034; ansic: 9,848; sh: 1,897; makefile: 312; java: 6; xml: 6
file content (13 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
HTML patterns
=============

- `comments` matches comments
- `href` matches and captures tags with references, i.e. `<sometag...href='(...)'`
- `img` matches `<img>` tags with content
- `link` matches `<link>` tags with content
- `meta` matches `<meta>` tags with content
- `pre` matches preformatted text, i.e. `<pre>...</pre>`
- `script` matches inline and external Javascripts, i.e. `<script>...</script>`
- `src` matches and captures tags with sources, i.e. `<sometag...src='(...)'`
- `style` matches inline CSS, i.e. `<style>...</style>`
- `zap_comments` removes comments from matches