MCPcopy Index your code
hub / github.com/clips/pattern / strip_inline_css

Function strip_inline_css

pattern/web/__init__.py:799–800  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

797def strip_javascript(html):
798 return strip_between("<script.*?>", "</script>", html)
799def strip_inline_css(html):
800 return strip_between("<style.*?>", "</style>", html)
801def strip_comments(html):
802 return strip_between("<!--", "-->", html)
803def strip_forms(html):

Callers 1

plaintextFunction · 0.85

Calls 1

strip_betweenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…