Molecula Paclet Symbol | See Also »|More About » |
MKeep[ hexpr , lev→patt ] keeps from hexpr only sub-hexpr matching specifications of lev → patt. |
MKeep[ hexpr , { lev1→patt1 , lev2→patt2, ... } ] keeps from hexpr only sub-hexpr that match iteratively each specifications of { lev1 → patt1 , lev2 → patt2, ... }. |
MKeep[ {hexpr1, hexpr2, ...} , lev → patt ] keeps only sub-hexpr matching specifications of lev → patt from each expression in {hexpr1, hexpr2, ...}. |
MKeep[ {hexpr1, hexpr2, ...} , { lev1→patt1 , lev2→patt2, ... } ] keeps from each expression in {hexpr1, hexpr2, ...} only the sub-hexpr that match iteratively each specifications of { lev1 → patt1 , lev2 → patt2, ... }. |