Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regex pattern not work #1

Open
denizsoft opened this issue Nov 27, 2014 · 5 comments
Open

regex pattern not work #1

denizsoft opened this issue Nov 27, 2014 · 5 comments

Comments

@denizsoft
Copy link

hi, i download apk file from googleplay and install it, i write five regex pattern ,and set it
but not work
for example

021[\d]+
or
98[\d]{1,8}

please check it

thank you

@prrt714
Copy link
Owner

prrt714 commented Nov 27, 2014

Have a nice day!
I use this app as white list and have set up a few regular expressions (you
can import them via the + (plus) button, just pasting the text):

excep(regex(+[0-9]+));
regex(.+)

I also tested just now that this pattern also works:
excep(regex(S[\w]{1,6}))

I am not sure why you have problems. Can you please send me problematic
settings? (just export them using the share icon, choose Email).

Best regards,
Ararat
27.11.2014 11:32 пользователь "denizsoft" [email protected]
написал:

hi, i download apk file from googleplay and install it, i write five regex
pattern ,and set it
but not work
for example

021[\d]+
or
98[\d]{1,8}

please check it

thank you


Reply to this email directly or view it on GitHub
#1.

@denizsoft
Copy link
Author

i think this regex patterns is blocked spam numbers , but this patterns for accept white list numbers.
and the other numbers that is not in white list will be blocked.

do you mean this ?

@prrt714
Copy link
Owner

prrt714 commented Nov 28, 2014

Exception rules have higher priority. For example, if you have a rule to
block SMS from 123456, and there is a rule that says to accept SMS from
[0-9]+, the SMS will not be blocked.
28.11.2014 15:17 пользователь "denizsoft" [email protected]
написал:

i think this regex patterns is blocked spam numbers , but this patterns
for accept white list numbers.
and the other numbers that is not in white list will be blocked.

do you mean this ?


Reply to this email directly or view it on GitHub
#1 (comment).

@denizsoft
Copy link
Author

thank you , this is very perfect and powerfull tools for Sms.

@prrt714
Copy link
Owner

prrt714 commented Nov 30, 2014

Thank you for these suggestions and positiveness. I am not sure if and when
I will try to implement the suggestions. In my opinion, the main advantage
of the program is that it is lightweight, simple, and non-intrusive.
Anyway, it is opensource.

Thank you, again.
29.11.2014 1:09 пользователь "denizsoft" [email protected] написал:

this is perfect , i am testing program , I will say you the result.
please add this ability :

  • search the inbox and find the match with pattern and delete it from
    inbox
  • regular expression Tester for numbers
  • Enable | Disable with widget
  • in blocked numbers log : add reply message to blocked number
  • password for enter to program

thank you


Reply to this email directly or view it on GitHub
#1 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants