Home     Download     Buy now!     Support     Contact us    

ReplSoft    
       

 
Last updated: February 4, 2024

Useful File Utilities

Information about Batch Replacer

Download it (523 KB) (version 2.6)

Batch Replacer is a text replacement utility necessary for webmasters, programmers and everybody who is concerned with computers. Imagine that you need to replace some text in hundreds of files. It will take you many hours to do it manually. Batch Replacer is created to solve this problem. It work with ALL files. You can find all symbols in file and replace them to anything. It does this job for you easily.

So, if you work with hundreds of text files and you need to replace some text in them, Batch Replacer will do it for you in a second.



Click to englarge

Here are some key features of Batch Replacer are:

  • Text replacement can be performed in hundreds of files from several directories (with using basket drive in "Useful File Utilities") simultaneously.
  • You can specify multiple text blocks for replacement.
  • It gives you a status window while it's running.
  • Quick algorithm of text replacement
  • Creating backup files
  • Save/load "Find and Replace" strings to a file outside the program.
  • Find repeated sequence of symbols and replace it to anything.
  • You can find symbols in all files. It correctly find any symbols in Exe file and replace them to anything.
  • Launch from command line.
  • Encode text files from one code page to another (Latin to UTF8 or to UNICODE....)

You can replace both text strings and blocks in this version of the Batch Replacer. And now if you want to remove or change the banner on the number of pages, Batch Replacer will do it is a second. All you need is to input the banner code in the Find box and the replacement code.

Now we are present some examples for Batch Replacer.

Find String Replace String Comment
A#*#B CD Find strings like AjsdkjfskdfB and replace them to CD.

#*# means any symbols or no symbols. Therefore AB will be replaced to CD too.
#[0-9]# #U#digit Insert before every digit a phrase "digit".

#U# on the begining of the "Replace String" mean that all symbols after these 3 control symbols will inserted before the each "Find String".

#D# on the begining of the "Replace String" mean that all symbols after these 3 control symbols will inserted after the each "Find String".
#[A-Za-z0156]# #D#C Insert after each letter and after digits 0,1,5,6 the symbol C.
#[^0-9]#   Delete all symbols which are not from 0 to 9.
#[3-9],[A-Z]# #U#"," Any number 3 to 9 inclusive followed immediately by a capital letter will have "," inserted before the event.
#10# #13,10# This operation allows you to convert Linux text files to Windows text files. Because in Linux files the end of text string is contain only 1 symbol which have code 10 or xA. In windows files the end of the text string is contain two symbols 13 and 10. By performing this operation all symbols which have code 10 will replace to two symbols 13 and 10.

If you need to convert Windows files to Linux well, see next row in current table.
#13,10# #10# This operation allows you to convert Windows text files to Linux text files.
#13,xA,Xd,10# #13,10# Find CRLFCRLF and replace to CRLF. You can enter value in decimal or hexadecimal code. If entering the value in hexadecimal code then it must be preceded by an "x" or "X".
Gusta#?#son Gustavsson Find "Gustafson" or "Gustavson" or another words and replace to Gustavsson. "?" mean any character, which has code from 0 to 255.

If you want find and replace symbol "#" you must enter two successive "#" characters. Options Case sensitive apply only for normal text. If you enter this: St#82#ing (Symbol R has code 82), and case sensitive is unchecked, then program find this words : STRING, stRIng, sTRing and others, but can't find word - string, because symbol R in lower case.
*2*#32# #32# Replace more than 2 spaces to one space.
*3*#13,10# #13,10# Replace more than 3 CRLF to one CRLF.
*20*** * If you want find character "*" and replace to anything you must enter two successive "*" characters (Only in FindStr).

In ReplaceStr you can enter only one character *

Replace more than 20 "*" to one "*".
text*2*abc anything Find more than 2 "abc" after "text" and replace to anything. It replace "abctextabcabcabcab" to "abcanythingab".
text#13,10,?,?,13,xA###   Replace this to nothing.

If you are a web designer, programmer, network administrator or simple user and you have to change some text in files, Batch Replacer is for you!!!


       
Other plug-ins for UFU:

 

Back to top  

Copyright © ReplSoft Inc.  
Website designed by Webdesign Mika Salonen