JavaIntegration: Java-only String methods #149
Labels
CraftTweaker
All Issues that are needed by CraftTweaker
JavaIntegration
All issues that relate to integrating ZenCode with existing Java Code
Milestone
In ZenCodeLang/StdLibs#3 we defined methods for Strings that should be part of of StdLib.
Here we define methods that should be added only for the Java-Part.
Whether they be have to be added manually by whoever consumes ZenCode or will be added for any JavaProject will be decided while implementing this issue.
Methods in question:
codePointAt
,codePointBefore
,codePointCount
,codePoints
contentEquals
format
intern
(other languages may still have it though.. but no guarantee)lines
matches
(no regexes in stdlib yet)offsetByCodePoints
regionMatches
replaceAll
(no regexes in stdlib yet)The text was updated successfully, but these errors were encountered: