Page 2 of 2
Re: Combine several criteria in a search field
Posted: Thu May 15, 2025 8:28 am
by matgarage
Stam, I'm convinced that REGEX is a powerful tool that I need to add to my skill set.
Thanks for these links.
I'm putting ‘Exploring the power of REGEX’ on my to-do list.
Re: Combine several criteria in a search field
Posted: Thu May 15, 2025 9:07 am
by richmond62
I'm convinced that REGEX is a powerful tool that isn't strictly necessary with LiveCode.

Re: Combine several criteria in a search field
Posted: Thu May 15, 2025 12:46 pm
by stam
richmond62 wrote: Thu May 15, 2025 9:07 am
I'm convinced that REGEX is a powerful tool that isn't strictly necessary with LiveCode.
26 letters and 10 numbers aren’t necessary for written language either.
Hardcore binary believers think 1 and 0 is all you need.
But the rest of find 26 letters and 10 numbers more efficient.
Re: Combine several criteria in a search field
Posted: Thu May 15, 2025 1:40 pm
by richmond62
Personally I spend myself alternating between a writing system that uses 30 letters, one that uses 64, and one that uses effectively 5000; so your argument is lost on me.
I am sure one can achieve all that one can achieve with REGEX in LiveCode pure and simple: it may be more verbose, but . . .
Re: Combine several criteria in a search field
Posted: Thu May 15, 2025 10:57 pm
by FourthWorld
Chunk queries and Regex are both powerful. There are times when each is the more readable, and times when each is the faster. Both are provided, because both are useful.