[Overview][Constants][Types][Procedures and functions][Index] |
Converts occurrences of special characters to spaces.
Source position: lazstringutils.pas line 63
function SpecialCharsToSpaces( |
const s: string; |
FixUTF8: Boolean |
):string; |
s |
|
String examined and converted in the routine. |
FixUTF8 |
|
True when invalid UTF-8 codepoints are repaired in the string. |
String after converting special characters.
Converts special characters (#0..#31, #127) to a Space character. Converts line breaks to a single Space character (#32). Trims leading and trailing Spaces. Calls UTF8FixBroken when FixUTF8 is True.
Version 4.0 | Generated 2025-05-03 | Home |