[ https://issues.apache.org/jira/browse/GROOVY-11252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17798379#comment-17798379 ]
ASF GitHub Bot commented on GROOVY-11252: ----------------------------------------- paulk-asert merged PR #2015: URL: https://github.com/apache/groovy/pull/2015 > 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 > > 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)