Skip to content

Group.Match ​

Source Code | Usage Examples | Group Functions

It has the same behaviour as Group.Filter but the changes are done to the Group g and no new group is created.

Signature ​

Group.Match(Group g, function f, Group|Card|nil ex, any ...) → Group

lua
g:Match(f,ex,...)

Parameters ​

Returns ​


under-construction