logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Template::Plugin::Format - Plugin to create formatting functions

Author

Description

       The format plugin constructs sub-routines which format text according to a printf()-like format string.

Name

       Template::Plugin::Format - Plugin to create formatting functions

See Also

       Template::Plugin

perl v5.40.0                                       2024-10-20                      Template::Plugin::Format(3pm)

Synopsis

           [% USE format %]
           [% commented = format('# %s') %]
           [% commented('The cat sat on the mat') %]

           [% USE bold = format('<b>%s</b>') %]
           [% bold('Hello') %]

See Also