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.
2 parents a97c1d8 + f7164a9 commit 5877c0aCopy full SHA for 5877c0a
splunklib/searchcommands/internals.py
@@ -233,7 +233,7 @@ def replace(match):
233
234
_escaped_character_re = re.compile(r'(\\.|""|[\\"])')
235
236
- _fieldnames_re = re.compile(r"""("(?:\\.|""|[^"])+"|(?:\\.|[^\s"])+)""")
+ _fieldnames_re = re.compile(r"""("(?:\\.|""|[^"\\])+"|(?:\\.|[^\s"])+)""")
237
238
_options_re = re.compile(r"""
239
# Captures a set of name/value pairs when used with re.finditer
0 commit comments