Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-444

StringUtils.emptyToNull

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.4
    • 3.0
    • lang.*
    • None

    Description

      Inversion of StringUtils.defaultString(String).

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            slopetown Hideyuki Suzumi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: