[jira] [Updated] (LANG-910) Patch to extend StringUtils

2013-08-24 Thread Timur Yarosh (JIRA)

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

Timur Yarosh updated LANG-910:
--

Attachment: (was: substring-matches-and-hard-space-normalize.patch)

> Patch to extend StringUtils
> ---
>
> Key: LANG-910
> URL: https://issues.apache.org/jira/browse/LANG-910
> Project: Commons Lang
>  Issue Type: Bug
>  Components: lang.*
>Affects Versions: 3.1
> Environment: Developed on Ubuntu 13.04 with openjdk 7u25
>Reporter: Timur Yarosh
>  Labels: patch
> Fix For: 3.1
>
> Attachments: substring-matches-and-white-space-normalize.patch
>
>
> This patch extends StringUtils capabilities: added methods to find 
> substring(s) by Pattern. Also method 
> org.apache.commons.lang3.StringUtils#normalizeSpace now replaces ASCII #160 
> char to normal whitespace.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (LANG-910) Patch to extend StringUtils

2013-08-24 Thread Timur Yarosh (JIRA)

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

Timur Yarosh updated LANG-910:
--

Attachment: substring-matches-and-white-space-normalize.patch

> Patch to extend StringUtils
> ---
>
> Key: LANG-910
> URL: https://issues.apache.org/jira/browse/LANG-910
> Project: Commons Lang
>  Issue Type: Bug
>  Components: lang.*
>Affects Versions: 3.1
> Environment: Developed on Ubuntu 13.04 with openjdk 7u25
>Reporter: Timur Yarosh
>  Labels: patch
> Fix For: 3.1
>
> Attachments: substring-matches-and-white-space-normalize.patch
>
>
> This patch extends StringUtils capabilities: added methods to find 
> substring(s) by Pattern. Also method 
> org.apache.commons.lang3.StringUtils#normalizeSpace now replaces ASCII #160 
> char to normal whitespace.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (LANG-910) Patch to extend StringUtils

2013-08-24 Thread Timur Yarosh (JIRA)

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

Timur Yarosh updated LANG-910:
--

Attachment: (was: substring-matches-and-hard-space-normalizer.patch)

> Patch to extend StringUtils
> ---
>
> Key: LANG-910
> URL: https://issues.apache.org/jira/browse/LANG-910
> Project: Commons Lang
>  Issue Type: Bug
>  Components: lang.*
>Affects Versions: 3.1
> Environment: Developed on Ubuntu 13.04 with openjdk 7u25
>Reporter: Timur Yarosh
>  Labels: patch
> Fix For: 3.1
>
> Attachments: substring-matches-and-hard-space-normalize.patch
>
>
> This patch extends StringUtils capabilities: added methods to find 
> substring(s) by Pattern. Also method 
> org.apache.commons.lang3.StringUtils#normalizeSpace now replaces ASCII #160 
> char to normal whitespace.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (LANG-910) Patch to extend StringUtils

2013-08-24 Thread Timur Yarosh (JIRA)

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

Timur Yarosh updated LANG-910:
--

Attachment: substring-matches-and-hard-space-normalize.patch

> Patch to extend StringUtils
> ---
>
> Key: LANG-910
> URL: https://issues.apache.org/jira/browse/LANG-910
> Project: Commons Lang
>  Issue Type: Bug
>  Components: lang.*
>Affects Versions: 3.1
> Environment: Developed on Ubuntu 13.04 with openjdk 7u25
>Reporter: Timur Yarosh
>  Labels: patch
> Fix For: 3.1
>
> Attachments: substring-matches-and-hard-space-normalize.patch
>
>
> This patch extends StringUtils capabilities: added methods to find 
> substring(s) by Pattern. Also method 
> org.apache.commons.lang3.StringUtils#normalizeSpace now replaces ASCII #160 
> char to normal whitespace.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (LANG-910) Patch to extend StringUtils

2013-08-24 Thread Timur Yarosh (JIRA)

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

Timur Yarosh updated LANG-910:
--

Attachment: substring-matches-and-hard-space-normalizer.patch

> Patch to extend StringUtils
> ---
>
> Key: LANG-910
> URL: https://issues.apache.org/jira/browse/LANG-910
> Project: Commons Lang
>  Issue Type: Bug
>  Components: lang.*
>Affects Versions: 3.1
> Environment: Developed on Ubuntu 13.04 with openjdk 7u25
>Reporter: Timur Yarosh
>  Labels: patch
> Fix For: 3.1
>
> Attachments: substring-matches-and-hard-space-normalizer.patch
>
>
> This patch extends StringUtils capabilities: added methods to find 
> substring(s) by Pattern. Also method 
> org.apache.commons.lang3.StringUtils#normalizeSpace now replaces ASCII #160 
> char to normal whitespace.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (LANG-910) Patch to extend StringUtils

2013-08-24 Thread Timur Yarosh (JIRA)
Timur Yarosh created LANG-910:
-

 Summary: Patch to extend StringUtils
 Key: LANG-910
 URL: https://issues.apache.org/jira/browse/LANG-910
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.*
Affects Versions: 3.1
 Environment: Developed on Ubuntu 13.04 with openjdk 7u25
Reporter: Timur Yarosh
 Fix For: 3.1


This patch extends StringUtils capabilities: added methods to find substring(s) 
by Pattern. Also method org.apache.commons.lang3.StringUtils#normalizeSpace now 
replaces ASCII #160 char to normal whitespace.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira