Function cApiStrNormalizeLineEndings
Normalizes line endings in passed string.
Package: Core\Backend
Deprecated: [2015-05-21] use cString::normalizeLineEndings
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at includes/functions.api.string.php
Deprecated: [2015-05-21] use cString::normalizeLineEndings
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Timo Hummel
Located at includes/functions.api.string.php
string |
$sString |
|
string |
$sLineEnding = "\n" |
Feasible values are "\n", "\r" or "\r\n" |
string
|
|