You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "taeyongpark (Jira)" <ji...@apache.org> on 2022/06/07 09:17:00 UTC

[jira] [Created] (LANG-1687) java Document update

taeyongpark created LANG-1687:
---------------------------------

             Summary: java Document update
                 Key: LANG-1687
                 URL: https://issues.apache.org/jira/browse/LANG-1687
             Project: Commons Lang
          Issue Type: Improvement
          Components: lang.*
            Reporter: taeyongpark


The example of java document is incorrect.

 

This is not incorrect: 
{code:java}
StringUtils.substringBetween("yabczyabcz", "y", "z")   = "abc"{code}
This is correct: 
{code:java}
StringUtils.substringBetween("yabczyabcz", "y", "z")   = "abczyabc"{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)