| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Index of string, skipping quoted parts.
Source position: syshelph.inc line 117
public function TStringHelper.IndexOfUnQuoted(  | 
const AValue: string;  | 
StartQuote: Char;  | 
EndQuote: Char;  | 
StartIndex: SizeInt = 0  | 
):SizeInt; 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.  |