You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2023/07/12 12:14:00 UTC

[jira] [Updated] (LANG-1687) StringUtils.substringBetween() java Document update

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

Gary D. Gregory updated LANG-1687:
----------------------------------
    Summary: StringUtils.substringBetween() java Document update  (was: java Document update)

> StringUtils.substringBetween() 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: 40m
>  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)