We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf68f7 commit 77af766Copy full SHA for 77af766
utils/string.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-function stripTags(s) {
+function stripTags (s) {
4
return s.replace(RegExp(`</?[^<>]*>`, 'gi'), '')
5
}
6
0 commit comments