Grep pattern to split a string
Grep pattern to split a string
- Subject: Grep pattern to split a string
- From: Bert Groeneveld via AppleScript-Users <email@hidden>
- Date: Mon, 9 Sep 2019 14:02:17 +0200
Is it possible to split a string on a grep pattern of 3 digits?
For example:
set myString_to_split to "Blue123Green461orange998White551Red"
set AppleScript's text item delimiters to "???" -- What can I put here to split
the string on any pattern of 3 digits, so that only a list of colors is left?
Thanks in advance for any help.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden