google / mug

A small Java 8 library (string manipulation, stream utils)
Apache License 2.0
367 stars 65 forks source link

Extract the StringFormat instance methods into AbstractStringFormat. … #55

Closed xingyutangyuan closed 9 months ago

xingyutangyuan commented 10 months ago

…This makes it easier to create alternative flavors of StringFormat using different placeholder styles such as , %, etc.