FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ugrep/patterns/html at master · retn-ux/ugrep · GitHub

/ ugrep Public
forked from Genivia/ugrep

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Back | FazBrowse Home | New Git URL