Skip to content

ankithads/String-replacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String-replacer

This project replaces the placeholders ${namespace:key} in the parsed string with the value obtained from the variables file ".properties" that matches the key of the placeholder.

Reads the commands from STDIN and writes results to STDOUT. Reporting of error conditions is done via STDERR.

INPUT: [parameters]

Keyword: language/replace/quit

The command for changing language is: language [country_code] Note: The folder(en/fr) which contains the variable files should be in the same path as source files.

Replacements are submitted to the program using the replace command: replace "[String to process]" [preserveUnmatched=false]

Exit the program : quit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages