FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
ugrep/patterns/html at master · retn-ux/ugrep · GitHub
retn-ux
/
ugrep
Public
forked from
Genivia/ugrep
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ugrep
/
patterns
/
html
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
ugrep
/
patterns
/
html
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
README.md
README.md
comments
comments
href
href
img
img
link
link
meta
meta
pre
pre
script
script
src
src
style
style
zap_comments
zap_comments
README.md
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