FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codimd/utils/string.js at develop · hackmdio/codimd · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
hackmdio
/
codimd
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
10.1k
Code
Issues
328
Pull requests
23
Actions
Wiki
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
codimd
/
utils
/
string.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (5 loc) · 123 Bytes
Breadcrumbs
codimd
/
utils
/
string.js
Copy path
File metadata and controls
7 lines (5 loc) · 123 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
'use strict'
function
stripTags
(
s
)
{
return
s
.
replace
(
RegExp
(
'</?[^<>]*>'
,
'gi'
)
,
''
)
}
exports
.
stripTags
=
stripTags
Back
|
FazBrowse Home
|
New Git URL