It works just as well (as far as I can see) to type the space+ (or even space*) or \s+. Isn't the \S (capital) a negate match? So it will match anything but a whitespace char? and lower case /s is match whitespace?
Just checked with the regex builder, and that is how its behaving. so use \s+ rather than \S+ to match whitespace. On Thu, Jan 1, 2015 at 4:50 PM, Dr. Hawkins <doch...@gmail.com> wrote: > I am trying to do a filter to the effect of > > ^..\S+ > > --that is, anything for the first two characters, followed by at least one > whitespace. > > Is \S not accepted in livecode? > -- > Dr. Richard E. Hawkins, Esq. > (702) 508-8462 > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode