All Things Ubuntu Library Wiki
Ubuntu dedicated Object Pascal libraries
Brought to you by:
krisjacewicz
This procedure will filter the text content in a specified TStringList object by matching against a specified substring, in a similar way that UNIX grep command works.
Procedure Grep(const SL: TStringList; const Agrep: string);