level 10
电话号码匹配
电话号码匹配(某些事件或状态,例如来电)的处理方式有所不同。
C:ANY可匹配任何联系人的电话号码。
C:FAV可匹配任何已收藏(加星标)联系人的电话号码。
Otherwise:否则,匹配工作会尝试使用通用匹配规则针对所有电话号码和相关联系人的名称(如果有的话)进行匹配。
tasker里的中文很多时候都是相反的意思,阅读困难阿。I
2013年10月08日 03点10分
1
level 13
Caller Matching
Caller matching (some events and states e.g. Incoming Call) is handled slightly differently.
C:ANY matches the telephone number of any contact
C:FAV matches the telephone number of any favourite (starred) contact
Otherwise: otherwise a match is attempted using the general matching rules against both the caller phone number and the associated contact's name (if there is one).
Examples:
!C:ANY matches a number not belonging to a contact
077*/Geoff* matches a number starting with 077 or belonging to a contact whose names starts withGeoff
C:FAV/0123456789 matches any favourite contact or the telephone number 0123456789
2013年10月26日 12点10分
3
痛苦,英文太差,这句完全看不懂阿。Otherwise: otherwise a match is attempted using the general matching rules against both the caller phone number and the associated contact's name (if there is one).
2013年10月28日 05点10分
回复 garygarden : 可能意思是:“否则将对号码或者姓名使用一般的匹配规则”。一般的匹配规则(区别于正则表达式)就是只能简单的使用*+!的组合,其他复杂的正则表达大概不支持吧。
2013年10月28日 09点10分
回复 十拳没有剑 :原来如此,感谢。
2013年10月28日 09点10分
level 12
Otherwise应该仅指使用匹配模式就是正则来匹配的情况。。这个不像C:ANY什么的
--这里只是只渣渣的尾巴
2013年10月26日 12点10分
4