modify display depending on data
Everytime "ok" [a key word] appears, bold the date befor that. Data is coming from a feed.
Example:
Today is March 23, 2010, ok.
Yesterday was January 2, 2009, ok.
Tomorrow will be May 14, 2011, ok.
Result: Today is March 23, 2010, ok.
Yesterday was January 2, 2009, ok.
Tomorrow will be May 14, 2011, ok.
So far...
<CFSET variable = #ReplaceNoCase(variable, "<ok.", "", "ALL")#>
Since date lenght varies each time: Look for two commas and two spaces before the key word and then bold it
Help please?
