Text-Safer 0.003 Latest
Kwalitee Issues
No Core Issues.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Text::Safer | Convert text with one of several available methods, usually to a safer/more restricted encoding, e.g. for filenames | 0.003 | metacpan |
Text::Safer::alphanum_kebab | Replace sequences of non-alphanumeric characters (underscores not included) with a single dash, e.g. Foo_Bar!!!Baz. -> Foo_Bar-Baz- | 0.003 | metacpan |
Text::Safer::alphanum_kebab_nodashend_lc | Like alphanum_kebab, but additionally lower case & remove dash at the beginning & end of text, e.g. "Foo Bar, Co., Ltd." -> "foo-bar-co-ltd" | 0.003 | metacpan |
Text::Safer::alphanum_snake | Replace sequences of non-alphanumeric characters (including dashes) with a single underscore, e.g. Foo-Bar_Baz!!!Qux-. -> Foo_Bar_Baz_Qux_ | 0.003 | metacpan |
Text::Safer::alphanum_snake_lc | Like alphanum_snake, but additionally lower case | 0.003 | metacpan |