[String] grep(String patt, [String] xs, Bool inverse=false)
Arguments
patt: The pattern stringxs: The strings to matchinverse: If this is set to true, return only strings not matching the pattern. This parameter is optional and defaults to false.
Usage
Searches for patterns and returns the entries in xs which match the given pattern.