replace - Using Beyond Compare's Replacement Function -


i have line of text needs updated each time compare run.

original comp update 2005-08-27 (date vary)

replaced comp update 2015-08-07

is there way use replacement script have program update automatically?

the replacement feature won't work because requires fixed text second side, v4 supports marking arbitrary text unimportant separate file format. use importance tab instead of replacements one.

1) click + button below "unimportant text"

2) set text find

  comp update \d{4}-\d{2}-\d{2} 

3) check regular expression checkbox

4) if want affect future comparisons, change use view only combobox @ bottom of session settings dialog also update session defaults

if want affect 1 specific file type, , it's not embedded in grammar item (e.g., within string), can alternatively use steps in this answer.


Comments