replaceText --> Regex question

Glen Bojsza gbojsza at gmail.com
Sat Jul 24 15:17:48 EDT 2010


Perfect.

thank you!

On Sat, Jul 24, 2010 at 11:42 AM, Ludovic Thébault <
ludovic.thebault at laposte.net> wrote:

>
> 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"
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list