View Single Post
 
Old 12-08-2014, 03:58 PM
Robert2 Robert2 is offline Windows 8 Office 2007
Competent Performer
 
Join Date: Jun 2013
Posts: 175
Robert2 will become famous soon enoughRobert2 will become famous soon enough
Default

For the one-line strings, I would use the following wild card searches:
at_case_id [0-9]{1,}
at_user_id [0-9]{1,}
ca_case_ref */*/*/[0-9]{1,}/[0-9]{1,}
at_created_dt [0-9]{4}\-[0-9]{2}\-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}

For the one-line "at_audit" strings, I would use the following:
at_audit_type [A-Z]{1,}
at_audit_note [!^13]{1,}

For the "at_audit" strings that carry over to the next line, it would help to know which character ends the first line. Is it a paragraph end mark (a "pilcrow"), or a line break (Shift+Enter)?
Reply With Quote