[
https://issues.apache.org/jira/browse/LANG-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell updated LANG-454:
-------------------------------
Fix Version/s: 3.0
Seems like an easy add, so I don't see any reason not to add it. Patches
welcome otherwise it may end up getting punted to 3.x :)
> Add getCharArray() to CharRange
> --------------------------------
>
> Key: LANG-454
> URL: https://issues.apache.org/jira/browse/LANG-454
> Project: Commons Lang
> Issue Type: Improvement
> Affects Versions: 2.4
> Reporter: Kenny MacLeod
> Fix For: 3.0
>
>
> org.apache.commons.lang.CharRange would be a lot more useful if it had a
> means to obtain the characters in the range as a char array.
> i.e.
> new CharRange('a',''d').toCharArray() == new char[] { 'a', 'b', 'c', 'd' }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.