Wildcard? replaceText, offset?

doc hawk dochawk at gmail.com
Sun Apr 26 14:40:08 EDT 2020


On Apr 26, 2020, at 11:24 AM, Rick reasoned

> In the middle-end part of the string I have “(x)” where x represents some integer.
> it could be (4) or (10) or (5) etc.


If you’re certain that this is the only, or even the first, integer, a regular expression search and replace or [0-9]+  would  do the trick.



More information about the use-livecode mailing list