- Joined
- Jun 26, 2020
- Messages
- 30
- Reaction score
- 3
hi all,
playing around with CID reformatting I've realized, that I miss more advanced patterns (e.g. for non-zero number) like the Asterisk does:
/BR
ZoloN
playing around with CID reformatting I've realized, that I miss more advanced patterns (e.g. for non-zero number) like the Asterisk does:
Code:
X matches any digit from 0-9
Z matches any digit from 1-9
N matches any digit from 2-9
[1237-9] matches any digit or letter in the brackets (in this example, 1,2,3,7,8,9)
/BR
ZoloN