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