Filter with wildcards

Richmond Mathewson richmondmathewson at gmail.com
Mon Oct 30 15:06:14 EDT 2023


I think that matchText is what you are looking for.

I have a proof stack which I shall upload to the forums, as obviously 
this is not possible here:

https://forums.livecode.com/viewtopic.php?f=7&t=38698

Best, Richmond Mathewson.

On 30.10.23 19:17, David Glasgow via use-livecode wrote:
> Hi folks,
>
> I am doing the above and struggling with an oddity that I can’t find guidance on on Livecode or wider wildcard stuff
>
> A simple example is I am searching text messages for 'with you' or 'with u’
>
> so I use the wildcard form
>
> *with [you,u]*
>
> That finds all examples of both just fine.  However, it also finds ‘with unlimited cheese’ and 'with us’, ‘with yours’ etc.  so I want a space after both u
>
> When I put two spaces inside the square brackets after each string, the search still works but spaces seem to be ignored (so still finds the above resamples I don’t want).
>
> If I put a single space after the brackets the first bracketed string is ignored and the filter only finds “with u “
>
> Hope someone can help me stop pulling my baffled face
>
> Cheers
>
> David Glasgow
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode



More information about the use-livecode mailing list