[
https://issues.apache.org/jira/browse/LANG-1687?focusedWorklogId=787832&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-787832
]
ASF GitHub Bot logged work on LANG-1687:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Jul/22 12:41
Start Date: 05/Jul/22 12:41
Worklog Time Spent: 10m
Work Description: garydgregory commented on PR #908:
URL: https://github.com/apache/commons-lang/pull/908#issuecomment-1175014136
Closing: -1, see
org.apache.commons.lang3.StringUtilsSubstringTest.testSubstringBetween_StringStringString().
Issue Time Tracking
-------------------
Worklog Id: (was: 787832)
Time Spent: 0.5h (was: 20m)
> 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
> Priority: Minor
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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.10#820010)