CodeFile.DoesMatchI Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Lexical
Declaring Type: CodeFile
Check if the current position in the string matches a substring (case insensitive)
public bool DoesMatchI(string str);
Parameters
string str | The string to check for |
Returns
bool | True if the current position matches the specified string |