Author Topic: How to block same pattern numbers?  (Read 1815 times)

0 Members and 1 Guest are viewing this topic.

REDACTED

  • Guest
How to block same pattern numbers?
« on: August 31, 2014, 11:48:44 PM »
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.

REDACTED

  • Guest
Re: How to block same pattern numbers?
« Reply #1 on: September 05, 2014, 10:59:11 AM »
Sorry, no regexp available for now, only wildcards.

REDACTED

  • Guest
Re: How to block same pattern numbers?
« Reply #2 on: September 05, 2014, 04:52:59 PM »
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**

Offline Filip Havlicek

  • Avast team
  • Massive Poster
  • *
  • Posts: 2647
Re: How to block same pattern numbers?
« Reply #3 on: September 08, 2014, 01:41:43 AM »
Hi,

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

Filip