2017-07-18 6:31 GMT+02:00 Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com>:
> Thierry, I ended up using your first Regex example—works great! > > It is very good to know about \p{} matches—everything from Arabic to Yi. That may come in handy later. > > Thanks, > > Peter > > Glad that you like it :) > >> function testForChinese T > >> xt > >> -- any htmltext > >> return matchText( > >> Txt > >> , "&#\d{5};") > >> end testForChinese > funny way to re-organize my 3 lines of code ??? Might be a Opera thing ??? should be read as: function testForChinese Txt return matchText( Txt, "&#\d{5};" ) end testForChinese -- ------------------------------------------------ Thierry Douez - sunny-tdz.com sunnYrex - sunnYtext2speech - sunnYperl - sunnYmidi - sunnYmage _______________________________________________ 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