-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Labels
c: coreComponent: core (mod core_types, object, log, init, ...)Component: core (mod core_types, object, log, init, ...)featureAdds functionality to the libraryAdds functionality to the librarygood first issue
Milestone
Description
Created during survey of commented code (#377).
A large number of highly specific methods in the "Helper" class are still missing from the GodotString API. Some (non-exhaustive) examples are:
godot_string_format_with_custom_placeholdergodot_string_lpad_with_custom_charactergodot_string_bigramsgodot_string_casecmp_togodot_string_nocasecmp_togodot_string_naturalnocasecmp_to- ...etc
Wrappers for these are in principle nice to have for the sake of completeness, but history of actual usage has shown that people usually prefer to use the native String type which has much better interoperability with the rest of the ecosystem.
Metadata
Metadata
Assignees
Labels
c: coreComponent: core (mod core_types, object, log, init, ...)Component: core (mod core_types, object, log, init, ...)featureAdds functionality to the libraryAdds functionality to the librarygood first issue