Skip to content
Snippets Groups Projects

F escape

Merged Henrik tom Wörden requested to merge f-escape into dev
@@ -21,10 +21,11 @@
def escape_quoted_text(text: str) -> str:
"""The characters `\` and `*` need to be escaped if used in quoted expressions in the query
"""The characters ``\\`` and ``*`` need to be escaped if used in quoted expressions in the query
language.
This function return the given string where the characters `\` and `*` are escaped by a `\`.
This function return the given string where the characters ``\\`` and ``*`` are escaped by
a ``\\``.
Parameters
----------
Loading