talend_routines icon indicating copy to clipboard operation
talend_routines copied to clipboard

Rename startFrom()

Open cyroxx opened this issue 8 years ago • 1 comments

I find the name of the method StringUtil.startFrom() is misleading. It suggests to "use the substring starting at index index until the end" (which would probably make a useful method of its own).

How about renaming it to left(), similar to StringUtils.left() in the Apache Commons library?

cyroxx avatar Oct 26 '16 13:10 cyroxx