Recently, my phone company has started prefixing the CallerID with:
Spam?
SPAM?
Robo?, or
ROBO?
In the UltraCID PI, I added the following to "Use Name Block Mask," but it doesn't seem to be working. The REGEX Checker I normally use declares a "full match" with the 4 examples above. What am I doing wrong?
|S(?i)pam(?-i)\?.*|R(?i)obo(?-i)\?.*|
Spam?
SPAM?
Robo?, or
ROBO?
In the UltraCID PI, I added the following to "Use Name Block Mask," but it doesn't seem to be working. The REGEX Checker I normally use declares a "full match" with the 4 examples above. What am I doing wrong?
|S(?i)pam(?-i)\?.*|R(?i)obo(?-i)\?.*|
Comment