[jira] [Updated] (LANG-1014) Adding unwrap and unwrapFull methods to StringUtils

2016-05-11 Thread Thiago Andrade (JIRA)

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

Thiago Andrade updated LANG-1014:
-
Description: 
Placeholder ticket for github PR 136: 
https://github.com/apache/commons-lang/pull/136

Adding the following methods from StringUtils:

{code:java}
public static String unwrap(String str, char unwrapChar)
public static String unwrapFull(String str, char unwrapChar)
public static String unwrap(String str, String unwrapStr)
public static String unwrapFull(String str, String unwrapStr)
public static String unwrap(String str, String unwrapLeft, String 
unwrapRight)
public static String unwrapFull(String str, String unwrapLeft, String 
unwrapRight)
{code}

These methods unwraps (fully or not) the string parameter. See pull request for 
usage examples.

  was:
Placeholder ticket for github PR 25: 
https://github.com/apache/commons-lang/pull/25

Adding the following methods from StringUtils:

{code:java}
public static String unwrap(String str, char unwrapChar)
public static String unwrapFull(String str, char unwrapChar)
public static String unwrap(String str, String unwrapStr)
public static String unwrapFull(String str, String unwrapStr)
public static String unwrap(String str, String unwrapLeft, String 
unwrapRight)
public static String unwrapFull(String str, String unwrapLeft, String 
unwrapRight)
{code}

These methods unwraps (fully or not) the string parameter. See pull request for 
usage examples.


> Adding unwrap and unwrapFull methods to StringUtils
> ---
>
> Key: LANG-1014
> URL: https://issues.apache.org/jira/browse/LANG-1014
> Project: Commons Lang
>  Issue Type: New Feature
>  Components: lang.*
>Reporter: Thiago Andrade
>Assignee: Benedikt Ritter
>  Labels: github
> Fix For: Review Patch, Discussion
>
>
> Placeholder ticket for github PR 136: 
> https://github.com/apache/commons-lang/pull/136
> Adding the following methods from StringUtils:
> {code:java}
> public static String unwrap(String str, char unwrapChar)
> public static String unwrapFull(String str, char unwrapChar)
> public static String unwrap(String str, String unwrapStr)
> public static String unwrapFull(String str, String unwrapStr)
> public static String unwrap(String str, String unwrapLeft, String 
> unwrapRight)
> public static String unwrapFull(String str, String unwrapLeft, String 
> unwrapRight)
> {code}
> These methods unwraps (fully or not) the string parameter. See pull request 
> for usage examples.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LANG-1014) Adding unwrap and unwrapFull methods to StringUtils

2015-05-18 Thread Sebb (JIRA)

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

Sebb updated LANG-1014:
---
Fix Version/s: Discussion

 Adding unwrap and unwrapFull methods to StringUtils
 ---

 Key: LANG-1014
 URL: https://issues.apache.org/jira/browse/LANG-1014
 Project: Commons Lang
  Issue Type: New Feature
  Components: lang.*
Reporter: Thiago Andrade
Assignee: Benedikt Ritter
  Labels: github
 Fix For: Review Patch, Discussion


 Placeholder ticket for github PR 25: 
 https://github.com/apache/commons-lang/pull/25
 Adding the following methods from StringUtils:
 {code:java}
 public static String unwrap(String str, char unwrapChar)
 public static String unwrapFull(String str, char unwrapChar)
 public static String unwrap(String str, String unwrapStr)
 public static String unwrapFull(String str, String unwrapStr)
 public static String unwrap(String str, String unwrapLeft, String 
 unwrapRight)
 public static String unwrapFull(String str, String unwrapLeft, String 
 unwrapRight)
 {code}
 These methods unwraps (fully or not) the string parameter. See pull request 
 for usage examples.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LANG-1014) Adding unwrap and unwrapFull methods to StringUtils

2014-10-15 Thread Duncan Jones (JIRA)

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

Duncan Jones updated LANG-1014:
---
Description: 
Placeholder ticket for github PR 25: 
https://github.com/apache/commons-lang/pull/25

Adding the following methods from StringUtils:

{code:java}
public static String unwrap(String str, char unwrapChar)
public static String unwrapFull(String str, char unwrapChar)
public static String unwrap(String str, String unwrapStr)
public static String unwrapFull(String str, String unwrapStr)
public static String unwrap(String str, String unwrapLeft, String 
unwrapRight)
public static String unwrapFull(String str, String unwrapLeft, String 
unwrapRight)
{code}

These methods unwraps (fully or not) the string parameter. See pull request for 
usage examples.

  was:Placeholder ticket for github PR 25: 
https://github.com/apache/commons-lang/pull/25


 Adding unwrap and unwrapFull methods to StringUtils
 ---

 Key: LANG-1014
 URL: https://issues.apache.org/jira/browse/LANG-1014
 Project: Commons Lang
  Issue Type: New Feature
  Components: lang.*
Reporter: Thiago Andrade
Assignee: Benedikt Ritter
  Labels: github
 Fix For: Review Patch


 Placeholder ticket for github PR 25: 
 https://github.com/apache/commons-lang/pull/25
 Adding the following methods from StringUtils:
 {code:java}
 public static String unwrap(String str, char unwrapChar)
 public static String unwrapFull(String str, char unwrapChar)
 public static String unwrap(String str, String unwrapStr)
 public static String unwrapFull(String str, String unwrapStr)
 public static String unwrap(String str, String unwrapLeft, String 
 unwrapRight)
 public static String unwrapFull(String str, String unwrapLeft, String 
 unwrapRight)
 {code}
 These methods unwraps (fully or not) the string parameter. See pull request 
 for usage examples.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (LANG-1014) Adding unwrap and unwrapFull methods to StringUtils

2014-06-01 Thread Benedikt Ritter (JIRA)

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

Benedikt Ritter updated LANG-1014:
--

Affects Version/s: (was: 4.0)

 Adding unwrap and unwrapFull methods to StringUtils
 ---

 Key: LANG-1014
 URL: https://issues.apache.org/jira/browse/LANG-1014
 Project: Commons Lang
  Issue Type: New Feature
  Components: lang.*
Reporter: Thiago Andrade
Assignee: Benedikt Ritter
  Labels: github
 Fix For: Review Patch


 Placeholder ticket for github PR 25: 
 https://github.com/apache/commons-lang/pull/25



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (LANG-1014) Adding unwrap and unwrapFull methods to StringUtils

2014-06-01 Thread Benedikt Ritter (JIRA)

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

Benedikt Ritter updated LANG-1014:
--

Fix Version/s: Review Patch

 Adding unwrap and unwrapFull methods to StringUtils
 ---

 Key: LANG-1014
 URL: https://issues.apache.org/jira/browse/LANG-1014
 Project: Commons Lang
  Issue Type: New Feature
  Components: lang.*
Reporter: Thiago Andrade
Assignee: Benedikt Ritter
  Labels: github
 Fix For: Review Patch


 Placeholder ticket for github PR 25: 
 https://github.com/apache/commons-lang/pull/25



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (LANG-1014) Adding unwrap and unwrapFull methods to StringUtils

2014-05-15 Thread Thiago Andrade (JIRA)

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

Thiago Andrade updated LANG-1014:
-

Description: Placeholder ticket for github PR 25: 
https://github.com/apache/commons-lang/pull/25  (was: Placeholder ticket for 
github PR 24: https://github.com/apache/commons-lang/pull/24)

 Adding unwrap and unwrapFull methods to StringUtils
 ---

 Key: LANG-1014
 URL: https://issues.apache.org/jira/browse/LANG-1014
 Project: Commons Lang
  Issue Type: New Feature
  Components: lang.*
Affects Versions: 4.0
Reporter: Thiago Andrade
Assignee: Benedikt Ritter
  Labels: github

 Placeholder ticket for github PR 25: 
 https://github.com/apache/commons-lang/pull/25



--
This message was sent by Atlassian JIRA
(v6.2#6252)