Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 006242009F5 for ; Sun, 8 May 2016 16:00:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F3048160A06; Sun, 8 May 2016 14:00:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 499871609B2 for ; Sun, 8 May 2016 16:00:17 +0200 (CEST) Received: (qmail 51280 invoked by uid 500); 8 May 2016 14:00:16 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 51257 invoked by uid 99); 8 May 2016 14:00:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 May 2016 14:00:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 52B9D2C1F5C for ; Sun, 8 May 2016 14:00:16 +0000 (UTC) Date: Sun, 8 May 2016 14:00:16 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LANG-1014) Adding unwrap and unwrapFull methods to StringUtils MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 08 May 2016 14:00:18 -0000 [ https://issues.apache.org/jira/browse/LANG-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275598#comment-15275598 ] ASF GitHub Bot commented on LANG-1014: -------------------------------------- Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/136#issuecomment-217721352 Jira: https://issues.apache.org/jira/browse/LANG-1014 > 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)