better-state-55387
10/26/2023, 11:32 AMhttps:\/\/ingatlan.com\/(.*\/)?([0-9]+)
But GB changes it to this, teherefor it does not match the page we would like
https:\\/\\/ingatlan.com\\/(.*\\/)?([0-9]+)
Could you please help, how to keep our original regex?
Thank you!prehistoric-king-13950
10/26/2023, 11:47 AMbetter-state-55387
10/26/2023, 11:49 AMfresh-football-47124
better-state-55387
10/30/2023, 10:37 AMhttps:\/\/ingatlan.com\/(.*\/)?([0-9]+)
Is that it begins with
https://ingatlan.com/
Then it includes numbers, which might come directly after the above,
or there might be a text/ before
e.g.
https://ingatlan.com/33810996
or
https://ingatlan.com/xi-ker-budapest-lakas/33810996
but after the last / there must be only numbers