mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 05:23:30 +02:00
This function checks a string for using it in a CSV output format. If the string contains one of the following four char <">, <,>, CR or LF, the string is encapsulated between <"> and the <"> are escaped by a <""> sequence. The rounding by <"> is optionnal. It can be canceled, forced or the function choose automatically the right way.