On 8/13/19 8:07 AM, Bob Sneidar via use-livecode wrote:
What I was trying to do was include dashes and the letter x but "-x" means
something in Regex!
Try "[0-9x /-]"
--
Mark Wieder
ahsoftw...@gmail.com
___
use-livecode mailing list
use-livecode@
What I was trying to do was include dashes and the letter x but "-x" means
something in Regex!
Bob S
> On Aug 13, 2019, at 08:02 , Bob Sneidar via use-livecode
> wrote:
>
> NVM I see what -x does. It's ALL ascii characters between 32 and 120!
>
> Bob S
>
>
>> On Aug 13, 2019, at 07:54 ,
NVM I see what -x does. It's ALL ascii characters between 32 and 120!
Bob S
> On Aug 13, 2019, at 07:54 , Bob Sneidar via use-livecode
> wrote:
>
> Hi all. I am using matchText to filter text on closeField. I use this
> extensively for all kinds of things, and for the most part it works fam
Hi all. I am using matchText to filter text on closeField. I use this
extensively for all kinds of things, and for the most part it works famously.
But for phone numbers it is allowing the characters "()" when the match string
is "[0-9 -x]". Not sure why.
Bob S