[ ソース: libstring-dirify-perl ]
パッケージ: libstring-dirify-perl (1.03-3)
libstring-dirify-perl に関するリンク
Debian の資源:
libstring-dirify-perl ソースパッケージをダウンロード:
- [libstring-dirify-perl_1.03-3.dsc]
- [libstring-dirify-perl_1.03.orig.tar.gz]
- [libstring-dirify-perl_1.03-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
utility converting string to a safe format
String::Dirify converts a string (possibly containing high ASCII characters, and even HTML) into another, lower-cased, string which can be used as a directory name or URL.
The algorithm is as follows:
* Each high ASCII character is replaced by its normal equivalent * The string is converted to lower case * Any HTML (including HTML entities) in the string is removed * Any characters which are not (Perl) words, spaces or hyphens, are removed * Runs of spaces are converted to the separator character