Replace strings in list

Replace strings in list uses substitutions lists to replace strings in files. It is possible to process all lines of the files or only the first one. It is possible to use regular expression for pattern matching.

Manual :

caution : be careful with overlapping strings, there will be a partial substitution.

1- install Julia 1.6 or later free programming language

2- unzip the software

3- copy your n text files in the “data” directory

4- copy your substitution lists in the "lists" directory

the lists must have 2 columns (TAB delimitated only)

- first column : initial strings or regex

- second column : target strings

4- execute the software by the command : julia software_name

5- processed file is in the “result” directory.