CodeFile.SkipAndExtract Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Lexical
Declaring Type: CodeFile
Skip characters matching predicate and return the matched characters
public string SkipAndExtract(Func<char,bool> predicate);
Parameters
Func<char,bool> predicate | The predicate callback |
Returns
string | The skipped characters |