MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / normalize_line_endings

Function normalize_line_endings

thirdparty/clientform/clientform.py:151–152  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

149def compress_text(text): return _compress_re.sub(" ", text.strip())
150
151def normalize_line_endings(text):
152 return re.sub(r"(?:(?<!\r)\n)|(?:\r(?!\n))", "\r\n", text)
153
154def _quote_plus(value):
155 if not isinstance(value, six.string_types):

Callers 1

handle_dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…