[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Return a quoted version of a string.
Source position: sysstrh.inc line 99
function AnsiQuotedStr( |
const S: String; |
Quote: Char |
):String; |
AnsiQuotedString quotes the string S and returns the result. This means that it puts the Quote character at both the beginning and end of the string and replaces any occurrence of Quote in S with 2 Quote characters. The action of AnsiQuotedString can be reversed by AnsiExtractQuotedStr.
For an example, see AnsiExtractQuotedStr
None.
|
Removes the first quoted string from a string. |
No notes exist for this page yet.