We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cfc8a commit 89c8951Copy full SHA for 89c8951
src/Extractors/DefaultExtractor.js
@@ -1,6 +1,6 @@
1
class DefaultExtractor {
2
static extract(content) {
3
- return content.split(/[^a-z]/g)
+ return content.split(/[^A-z0-9-]/g)
4
}
5
6
0 commit comments