Hi - I have a script to pull market trades from Twitter - one source I have mixes English and languages with other text script (Russian etc).
Am attempting to filter out the other languages to only show english text with this:
if {![string match {*[a-z]*} $tt] || ![string match {*[A-Z]*} $tt]} { return }
...but no luck...any ideas would be appreciated!
Thanks!