Checking text strings fast
Checking text strings fast
- Subject: Checking text strings fast
- From: Andreas Kiel <email@hidden>
- Date: Sun, 21 Aug 2016 17:13:41 +0200
Hello
I'm looking for a fast, effective way to check strings.
I have lists with each containing hundreds of lists with text strings.
The string lists contain strings with capitals only and strings with upper and lower case.
These lists must be split into lists where a "capital" one is the first item of a sublist followed by the upper/lower strings until a new "capital" one shows up.
My normal idea is go thru the string list convert the entry to capitals only and compare this to the original one using "considering case"
Any better ideas around here?
Andreas Kiel
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden