View Single Post
  #3  
Old 01-25-2007, 08:32 AM
jsherwood jsherwood is online now
Registered User
 
Join Date: 01-24-2007
Posts: 2
Wink

Thanks for the quick response, that worked great.

Could you please explain the regular expression line that you are using here? What does this tell me?
(VALUE\s*"SpecialBuild"\s*,\s*")[[^"]]+"

Then the replacement line
($1)[vbld_FormatDateEx(Now, "m/d/yyyy - H:MM:SS AP")]"

Thanks
Joe
Reply With Quote