Should the scope of WholeMatches be expanded?

Dr. Hawkins dochawk at gmail.com
Thu Aug 8 17:18:24 EDT 2019


On Aug 5, 2019, at 7:43 AM, Paul Dupuis via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> I'd like to see wholeMatches apply to:



Gee, that would do just what I need in searches . . . and the check is already there, and applies in the IDE search/replace feature . . .

hmmm . . .

set the whole matches to true
repeat while wordOffset(searchText, theSearchStrng) > 0
      put replacmentText into word wordOffset(searchText, theSearchStrng) of theSearchString
end repeat

???

— 
Richard E. Hawkins, Esq.
The Hawkins Law Firm
3430 E. Flamingo Rd.
Suite 232
Las Vegas, NV  89121
(702) 508-8462




More information about the use-livecode mailing list