talend_routines
talend_routines copied to clipboard
Rename startFrom()
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?