replaceText --> Regex question
Ludovic Thébault
ludovic.thebault at laposte.net
Sat Jul 24 14:42:13 EDT 2010
Le 24 juil. 2010 à 19:39, Glen Bojsza a écrit :
>
> This should be easy for the Regex experts ... or maybe I can do it another
> way?
>
> I have to change the beginning of a string.
>
> The original string is ALWAYS proceeded by _parm
[...]
> I have thousands of beginnings that need changing so I am trying
>
> put replaceText (field "Gates", * & "_parm", "Study4") into field
> "StudyGroup"
Try put replaceText (field "Gates", ".+_parm", "Study4") into field "StudyGroup"
More information about the use-livecode
mailing list