[Overview][Constants][Types][Procedures and functions] | Reference for unit 'strutils' (#rtl) |
Search for a substring in a string, using wildcards.
Source position: strutils.pp line 157
function FindPart( |
const HelpWilds: String; |
const InputStr: String |
):Integer; |
HelpWilds |
|
Search string, may contain wildcards. |
InputStr |
|
String to search in. |
String matching the search expression.
FindPart searches the string InputStr and returns the first string that matches the wildcards specification in HelpWilds . If no match is found, and empty string is returned. Currently, the only valid wildcards is the "?" character.
None.
|
Search a buffer for a certain string. |
No notes exist for this page yet.