Skip to content

Commit e5d69e2

Browse files
authored
Create README.md
0 parents  commit e5d69e2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# String-replacer
2+
3+
This project replaces the placeholders ${namespace:key} in the parsed string with the value obtained from the variables file
4+
"<namespace>.properties" that matches the key of the placeholder.
5+
6+
Reads the commands from STDIN and writes results to STDOUT. Reporting of error conditions is done via STDERR.
7+
8+
INPUT:
9+
<keyword> [parameters]
10+
11+
Keyword: language/replace/quit
12+
13+
The command for changing language is: language [country_code]
14+
Note: The folder(en/fr) which contains the variable files should be in the same path as source files.
15+
16+
Replacements are submitted to the program using the replace command: replace "[String to process]" [preserveUnmatched=false]
17+
18+
Exit the program : quit

0 commit comments

Comments
 (0)