I am using a SQL query to retrieve the body of forum posts in order to display them in a list using an EE template. The body field has unix timestamps and unformatted url’s in it. I need to find the timestamps and urls within the body field and format them using EE formatting tags.
Will the typography plugin do that within a SQL query? If not, how can I achieve this?