[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Index of string, skipping quoted parts.
Source position: syshelph.inc line 97
public function TStringHelper.IndexOfUnQuoted( |
const AValue: string; |
StartQuote: Char; |
EndQuote: Char; |
StartIndex: Integer = 0 |
):Integer; overload; |
IndexOfUnQuoted will return the zero-based index of AValue in the string (Self), but disregards any quoted parts in the string. A quoted part is determined by a starting StartQuote and end-quote character EndQuote. The search starts at (zero-based) position StartIndex, which is by default 0.
|
Search for substring in a string. |
|
|
Find the position (index) of a string or character |
|
|
Find the position (index) of any string or character in a list. |
|
|
Find the position (index) of any string or character in a list. |
|
|
Find the last position (index) of a string or character |
|
|
Find the last position (index) of any string or character in a list. |