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

[jira] [Closed] (LANG-1351) StringUtils.equalsIgnoreSurroundingSpace

     [ https://issues.apache.org/jira/browse/LANG-1351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb closed LANG-1351.
----------------------

> StringUtils.equalsIgnoreSurroundingSpace
> ----------------------------------------
>
>                 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
>
> Convenience method of StringUtils.equals("abc ".trim()," abc".trim()).  Often we need to trim before we do equals.
>  StringUtils. equalsIgnoreSurroundingSpace(null, null)   = true
>  StringUtils. equalsIgnoreSurroundingSpace(null, "abc")  = false
>  StringUtils. equalsIgnoreSurroundingSpace("abc", null)  = false
>  StringUtils. equalsIgnoreSurroundingSpace("abc", "abc") = true
>  StringUtils. equalsIgnoreSurroundingSpace("abc", "ABC") = true
>  StringUtils.equalsIgnoreSurroundingSpace("abc    ","    abc") = true



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