How to block same pattern numbers?

Hi,

Is there a was to block a same pattern on numbers? i mean same starting: 55343342**

Being the ** the ones who change each call.

Sorry, no regexp available for now, only wildcards.

Hey Jan2 so am i right? the wildcard * works?

Example: if iā€™d want to block all these numbers: 5534334232, 5534334211, 5534334222, 5534334244

This entry will be enough? 55343342**

Hi,

  • means any number of digits (0-X), . means one digit, so for your purpose I think 55343342ā€¦ is much safer.

Filip