Jump to page content

Version history:

  • 27th June 2009: 1.3.2
  • 3rd August 2008: 1.3.1
  • 27th January 2008: 1.3

Change log

Screenshots:

Download:

Batch-RegEx 1.3.2 open source

Batch-RegEx is a simple graphical batch regular expression replacement program, capable of running a sequence of replacements against multiple files. Internally it uses an archaic version of the Perl-Compatible Regular Expression library (PCRE). The Batch-RegEx session screenshot should readily indicate its functionality, although you may note that global flags did not exist in that version! The screenshot is of the task I originally wrote it for.

Changes in 1.3.2:

  • ?{g} now works, instead of setting ?{d} [Jonathan Livni]