Could replace tab with empty first, if the tabs do not matter in the final 
product

I imagine LC provides many ways to do this :)

Sent from my iPhone

> On Jul 17, 2017, at 6:20 PM, Niggemann, Bernd via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> 
> Given this htmlText that may contain Chinese characters and/or some horizontal
> tabs—
> 
> &#9;&#9;&#9;&#22823;&#32966;&#30340;&#24378;
> 
> I want to know if this data contains Chinese characters, that is an entity 
> with
> 5 numbers between the “#” and the “;”
> 
> 
> 
> 
> according to google-translate this means "bold and strong"
> 
> maybe this is a way?
> 
> 
>   set the htmlText of field 1 to 
> "<p>&#9;&#9;&#9;&#22823;&#32966;&#30340;&#24378;</p>"
> 
>   put the number of truewords of field 1 into field 2
> 
>   set the itemDelimiter to tab
> 
>   put cr & the number of items of field 1 after field 2
> 
> still doesn't tell you if is numbers or not though
> 
> Kind regards
> Bernd
> 
> _______________________________________________
> 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

Reply via email to