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 [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
