summaryrefslogtreecommitdiff
path: root/BJC-Utils2/data/formats.sprop
blob: bdd928665fe54173e402463e2df43789304926f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# File storage for format strings

####################################################
# Format strings for handling double-quoted strings.
####################################################

## Format the three types of string escapes into a valid pattern.
stringEscape \\(%1$s|%2$s|%3$s)

## Format the parts of a regex into one that matches java-style double-quoted strings
doubleQuotes ("(%1$s|%2$s)*")