An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/utils.common.formatters

Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.
https://github.com/thecodingmachine/utils.common.formatters

Last synced: 5 days ago
JSON representation

Formatters are simple classes that transform a string into another. For instance, a formatter could be used to format a date, translate a string, put a string in bold, etc... This package contains the formatter interface, plus a number of useful formatters.

Awesome Lists containing this project