Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

intersect

container intersect(container1, container2)

Returns a copy of container1 containing only the elements/keys also present in container2.

Parameters

  1. container1 — first container, either array or dictionary.
  2. container2 — second container of the same type as the first.

Returns

  • a copy of container1 with the elements/keys both containers have in common.
Note! This documentation is also accessible within the app from Help & feedback menu.