According to the dictionary: ReplaceText function Searches for a regular expression and replaces the portions that match the regular expression.
The replaceText function is not as fast as the Replace command, but is more flexible because you can search for any text that matches a regular expression. -------- Replace command: Replaces text in a container with other text. -------- Jim Ault Las Vegas On 12/4/05 8:21 PM, "Bill Marriott" <[EMAIL PROTECTED]> wrote: > Stupid question: How does rev know to process that as a regex as opposed to > the literal " +"? > > "Jim Ault" <[EMAIL PROTECTED]> wrote in > message news:[EMAIL PROTECTED] >> Another approach is to use : >> >> put replaceText(fld storyline," +"," ") into fld storyline > > > > _______________________________________________ > 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 _______________________________________________ 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
