-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
CraftTweakerAll Issues that are needed by CraftTweakerAll Issues that are needed by CraftTweakerJavaIntegrationAll issues that relate to integrating ZenCode with existing Java CodeAll issues that relate to integrating ZenCode with existing Java Code
Milestone
Description
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)
Metadata
Metadata
Assignees
Labels
CraftTweakerAll Issues that are needed by CraftTweakerAll Issues that are needed by CraftTweakerJavaIntegrationAll issues that relate to integrating ZenCode with existing Java CodeAll issues that relate to integrating ZenCode with existing Java Code