Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ stripHtml
Function
stripHtml
gui/builtinViews/implantEditor.py:15–18 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
13
14
15
def
stripHtml(text):
16
text = re.sub(r
'<\s*br\s*/?\s*>'
,
'\n'
, text)
17
text = re.sub(r
'</?[^/]+?(/\s*)?>'
,
''
, text)
18
return
text
19
20
21
class
BaseImplantEditorView(wx.Panel):
Callers
3
OnLeftTreeMouseMove
Method · 0.85
OnRightListMouseMove
Method · 0.85
OnMouseMove
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected