Simular to Include

Hi,

I have array1 that contains several web address. Array2 contains the
expected endings of array1 values. How can I control that arrays2 values
is in array1?

I have tried array1.should include array2, but it requires that array1
and array2 is identical.

array1 = ["https://…/page.html, https://…/page1.html,
https://…/page3.html]

array2 = [“page.html”, “page2.html”, “page3.html”, “page4.html”]

A big thanks in advance!

Regards
Mattias