[
https://issues.apache.org/jira/browse/LANG-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joanne Polsky updated LANG-875:
-------------------------------
Description:
StringUtils has various methods to checking and removing a substring from the
start/end of a string but nothing for appending. These methods will append a
suffix to the end or prepend a prefix to the start of the string if not already
present.
The methods would include:
- appendIfMissing
- appendIfMissingAny
- appendIfMissingIgnoreCase
- appendIfMissingAnyIgnoreCase
- prependIfMissing
- prependIfMissingAny
- prependIfMissingIgnoreCase
- prependIfMissingAnyIgnoreCase
was:
StringUtils has various methods to checking and removing a substring from the
start/end of a string. I've attached a proposed patch for new methods that
seems to fit well with these. These methods will append a suffix to the end or
prepend a prefix to the start of the string if not already present along with
some variations on these (such as ignoring case and including an additional
list of suffixes/prefixes).
The methods include:
- appendIfMissing
- appendIfMissingAny
- appendIfMissingIgnoreCase
- appendIfMissingAnyIgnoreCase
- prependIfMissing
- prependIfMissingAny
- prependIfMissingIgnoreCase
- prependIfMissingAnyIgnoreCase
> StringUtils: Include methods for appending suffix or prepending a prefix if
> not already present
> -----------------------------------------------------------------------------------------------
>
> Key: LANG-875
> URL: https://issues.apache.org/jira/browse/LANG-875
> Project: Commons Lang
> Issue Type: Improvement
> Components: lang.*
> Affects Versions: 3.1
> Reporter: Joanne Polsky
> Priority: Minor
> Fix For: 3.x
>
> Attachments: LANG-875.patch
>
>
> StringUtils has various methods to checking and removing a substring from the
> start/end of a string but nothing for appending. These methods will append a
> suffix to the end or prepend a prefix to the start of the string if not
> already present.
> The methods would include:
> - appendIfMissing
> - appendIfMissingAny
> - appendIfMissingIgnoreCase
> - appendIfMissingAnyIgnoreCase
> - prependIfMissing
> - prependIfMissingAny
> - prependIfMissingIgnoreCase
> - prependIfMissingAnyIgnoreCase
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira