this prevents excess quotes from appearing in the format string after replacement if %FORMAT is at the front and/or back of the pattern (see first 4 examples in table below)
this was originally part of #152 but the %NAME handling has since been solved separately, so i decided to extract that functionality
this prevents excess quotes from appearing in the format string after replacement if
%FORMAT
is at the front and/or back of the pattern (see first 4 examples in table below)this was originally part of #152 but the
%NAME
handling has since been solved separately, so i decided to extract that functionality