You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "akilan i (JIRA)" <ji...@apache.org> on 2017/08/26 04:02:00 UTC

[jira] [Created] (LANG-1351) StringUtils.equalsIgnoreSorroundingSpace

akilan i created LANG-1351:
------------------------------

             Summary: StringUtils.equalsIgnoreSorroundingSpace
                 Key: LANG-1351
                 URL: https://issues.apache.org/jira/browse/LANG-1351
             Project: Commons Lang
          Issue Type: New Feature
          Components: lang.*
            Reporter: akilan i
            Priority: Minor


Inversion of StringUtils.defaultString(String).

StringUtils.emptyToNull(null) = null
StringUtils.emptyToNull("") = null
StringUtils.emptyToNull("bat") = "bat"




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)