string-le 0.1.0

Extract every string value from a codebase so a person can read them
1
2
3
4
5
6
7
8
9
10
[section]
name = John Doe
quoted = "Quoted Value"
path = C:\Users\test
; comment = "inside a comment"
another = plain text value

[second]
greeting = 'single quoted greeting'
port = 8080