Skip to content

r0nni3/text-replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-replace

Plain text string substitution with dictionary.

Takes a target plain text file and a dictionary plain text file "CSV" and replaces all ocurrences found in the plain text from the dictionary. One per line.

Dictionary

The dictionary should have the form:

<target-string><separator><new-string>
<target-string><separator><new-string>
<target-string><separator><new-string>
...
<target-string><separator><new-string>

example:

Hello,Hola
Hello,Hola
Hello,Hola
Hello,Hola

The default separator is TAB('\t') others must be specified on the LoadDictionary function.

About

Plain text string substitution with dictionary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages