We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088ae1c commit 01e0d93Copy full SHA for 01e0d93
src/fonduer/candidates/matchers.py
@@ -294,7 +294,7 @@ def init(self) -> None:
294
raise Exception("Please supply a regular expression string r as rgx=r.")
295
self.ignore_case = self.opts.get("ignore_case", True)
296
self.attrib = self.opts.get("attrib", WORDS)
297
- self.sep = self.opts.get("sep", " ")
+ self.sep = self.opts.get("sep", "")
298
299
# Extending the _RegexMatch to handle search(instead of only match)
300
# and adding a toggle for full span match.
0 commit comments