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)