Find some text characters

jonathandlynch at gmail.com jonathandlynch at gmail.com
Mon Jul 17 18:33:26 EDT 2017


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 at lists.runrev.com> wrote:
> 
> 
> Given this htmlText that may contain Chinese characters and/or some horizontal
> tabs—
> 
> 			大胆的强
> 
> 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>			大胆的强</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 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