Skip Menu |

This queue is for tickets about the String-CamelCase CPAN distribution.

Report information
The Basics
Id: 71855
Status: new
Priority: 0/
Queue: String-CamelCase

People
Owner: Nobody in particular
Requestors: bokutin [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: decamelizeの挙動について
はじめまして。 いつも便利にString::CamelCaseを使わせていただいています! decamelizeの挙動についてなのですが * decamelize("123ABC") -> 123abc * decamelize("120ABC") -> 12_abc となるようです。 これは仕様なのでしょうか・・・ ご面倒お掛けいたします。 -- Tomohiro Hosaka