Coerce-Types-Standard
view release on metacpan or search on metacpan
lib/Coerce/Types/Standard.pm view on Meta::CPAN
HashToArray->by('flat')->coerce({ ux => ['ui'], analyst => [qw/document support meeting/] });
*-*-*-*-*-*-*
[
qw/analyst document support meeting ux ui/
]
=back
=head2 HTML
Accepts a String and coerces it into entity encoded/decoded string, the default behaviour here is to entity encode the given string.
HTML->coerce('okay&');
*-*-*-*-*-*-*
okay&
You can also instantiate this object via *by* and passing in a *mode*, currently the following are your options.
=over
=item encode_entity
( run in 1.739 second using v1.01-cache-2.11-cpan-600a1bdf6e4 )