Re: What is "\\s+"
- From: Hendrik Maryns <hendrik_maryns@xxxxxxxxxxxxx>
- Date: Mon, 05 Dec 2005 13:33:21 +0100
Allan Bruce schreef:
I am looking through some code which parses csv files, and this is being used to split the files. The variable is called separator, but I dont know what it is, can somebody clarify? What is "\\s+" ??
It is a regular expression which stands for `at least one whitespace character´, see http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html
HTH, H
-- Hendrik Maryns
================== www.lieverleven.be http://aouw.org .
- References:
- What is "\\s+"
- From: Allan Bruce
- What is "\\s+"
- Prev by Date: Re: What is "\\s+"
- Next by Date: Re: How do I sort a very large dataset (> 10 GB)?
- Previous by thread: Re: What is "\\s+"
- Next by thread: Re: What is "\\s+"
- Index(es):
Relevant Pages
|