You need to use "splitByWholeSeparator" instead of "split"
https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/StringUtils.html#splitByWholeSeparator-java.lang.String-java.lang.String-
On Fri, Dec 3, 2021 at 7:50 AM time_crossing wrote:
>
> Thanks for response.
> I kno
Hi Benedikt,
https://issues.apache.org/jira/browse/CLI-255
Thank you.
Alex P.
On Mon, Jun 22, 2015 at 2:24 PM, Benedikt Ritter wrote:
> Hello Alex,
>
> can you please file an issue at https://issues.apache.org/jira/browse/CLI
> ?
>
> Thank you!
>
>
> 2015-
Hi All,
Not sure if that is a change in API or bug in DefaultParser.
If I use GnuParser (what I used in 1.2) like:
-
public void testUnlimitedArgs() throws Exception
{
String[] args = new String[] {"-unlimited", "one", "t
:47, Alex P wrote:
> > Hi All,
> >
> > FileUtils.copyInputStreamToFile(...) closes the source InputStream, what
> I
> > don't think is correct.
> > What do you think?
>
> The Javadoc clearly states that the source i
Hi All,
FileUtils.copyInputStreamToFile(...) closes the source InputStream, what I
don't think is correct.
What do you think?
With best regards,
AlexP.
I am getting 404 trying to access links from left column.
"General Information" -> "Volunteering", "Contributing Patches", "Building
Components", "Releasing Components"
and some other.
They all have "/proper/" in front - like:
http://commons.apache.org/proper/volunteering.html
"Commons" -> "Home"
So, where do I post/comment about this really interesting project?
Best,
AlexP
On Wed, Jun 15, 2011 at 11:54 AM, Simone Tripodi
wrote:
> Hi James,
> good point, I agree. Feel free to play with the codebase - it is in a
> decent form in the way that people can be able to extend/modify it -
> a