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

[Suggestion]: 请问可以筛选过滤彩信吗? #524

Closed
ChenCyril opened this issue Sep 12, 2024 · 4 comments
Closed

[Suggestion]: 请问可以筛选过滤彩信吗? #524

ChenCyril opened this issue Sep 12, 2024 · 4 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@ChenCyril
Copy link

是否有人曾提过类似的问题?

否(No)

你觉得APP有什么不足之处?

我也不指望能转发彩信(看了看之前的issue),目前有些彩信是分两个短信发的,第一个是图片第二个是文本。这种情况下如果转发的话显示的是空消息。

我之前想着设置过滤规则,如果是空消息就不转发。但是我看到过滤设置,如果输入框为空是不能保存的。请问这种是怎样解决呢?
目前就想把这种彩信给屏蔽掉

你觉得该怎么去完善会比较好?【非必答】

No response

@ChenCyril ChenCyril added the help wanted Extra attention is needed label Sep 12, 2024
@cnbilinyj
Copy link
Contributor

cnbilinyj commented Sep 26, 2024

你可以试一下用正则表达式,正则表达式的能力非常强大,你可以试试^\s*$手机刚好不在手上,没办法尝试,所以只能你自己试试了

@pppscn pppscn closed this as completed Oct 17, 2024
@cnbilinyj
Copy link
Contributor

你可以试一下用正则表达式,正则表达式的能力非常强大,你可以试试^\s*$手机刚好不在手上,没办法尝试,所以只能你自己试试了

实际测试后发现可以使用

并且 是 短信内容 正则匹配 ^[\s\S]*?$

的多重匹配方案或者直接使用^[\s\S]*?$的短信内容正则匹配方案

@ChenCyril
Copy link
Author

你可以试一下用正则表达式,正则表达式的能力非常强大,你可以试试^\s*$手机刚好不在手上,没办法尝试,所以只能你自己试试了

实际测试后发现可以使用

并且 是 短信内容 正则匹配 ^[\s\S]*?$

的多重匹配方案或者直接使用^[\s\S]*?$的短信内容正则匹配方案

好的,我设置好了,等到时候有彩信来的时候试试看。谢谢您~

@cnbilinyj
Copy link
Contributor

cnbilinyj commented Oct 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants