[ 
https://issues.apache.org/jira/browse/GROOVY-11252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul King resolved GROOVY-11252.
--------------------------------
    Fix Version/s: 5.0.0-alpha-4
       Resolution: Fixed

> StringGroovyMethods should have a getCodePoints method
> ------------------------------------------------------
>
>                 Key: GROOVY-11252
>                 URL: https://issues.apache.org/jira/browse/GROOVY-11252
>             Project: Groovy
>          Issue Type: New Feature
>            Reporter: Paul King
>            Assignee: Paul King
>            Priority: Major
>             Fix For: 5.0.0-alpha-4
>
>
> The String class has:
> {code}
> byte[] getBytes()
> {code}
> Groovy provides in StringGroovyMethods:
> {code}
> char[] getChars(final CharSequence self)
> {code}
> I propose adding to StringGroovyMethods:
> {code}
> int[] getCodePoints(final CharSequence self)
> {code}
> It is basically just a shortcut to ".codePoints().toArray()" but allows 
> traditional Groovy conventions of using the "codePoints" property.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to