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
# leading comment
export API_URL=https://api.example.com
QUOTED="quoted value"
SINGLE='single value'
INLINE=value # trailing comment
HASH_IN_QUOTES="value # not a comment"
EMPTY=
NO_EQUALS_LINE
SPACED = padded value
NUMBER=12345