I am trying to replace ALL the Whitespace in a string. If I do this;
String newcat = newcat1.replace(' ','');
I get this error;
100. String newcat = newcat1.replace(' ','');
...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20008647.html
Zones:
JavaDate Answered: 12/19/2000 Grade: A Views: 0
Hi,
I am inputting a simle text file.
line 1 = a quiz topic
then the subsequent lines will go:
question?
answer
question?
answer
...etc
However the amounts of white space var...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20625709.html
Zones:
Visual BasicDate Answered: 05/26/2003 Grade: A Views: 0
Solving this problem may require knowledge of flex and bison. Doxygen and its souce can be found at www.doxygen.org.
I would like to modify the source code for Doxygen so that white space in sp...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20681046.html
Zones:
C++Date Answered: 01/25/2004 Grade: A Views: 0
Hi,
Ive experienced a problem with varchar data columns that ive never come across before. For example, if i have a column with a length of 255, and i insert a string which is 20 characters long...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21115544.html
I have a file containing two lines of text:
string a = " SomeString ";
string b = " SomeString ";
When I "cat" this file all whitespaces are printed corr...
http://www.experts-exchange.com/Programming/System/Linux/Q_21491440.html
Zones:
Linux DevDate Answered: 07/14/2005 Grade: A Views: 4
Hi experts,
I often post about how i hate xsl-fo's whitespace policies, and i still have no idea how to do whitespace. it actually makes my blood boil thinking about whitespace in xsl-fo because...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_21591751.htm...
Zones:
XMLDate Answered: 10/12/2005 Grade: A Views: 0
I have an old database and I'm using access 2007 to connect to it using linked tables.
My problem is that in some cases a null field can not be null, so to trick the database the null field is s...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_22570944.html
Hello Everyone -
This is what I'm trying to do.
I'm reading lines of files and breaking each line into usable data.
For example - The file may contain a line that is 70 char long
String1...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10205433.html
Zones:
JavaDate Answered: 02/28/2002 Grade: A Views: 0
I'm trying to parse an XML file (Using MS DOMDocument.Load(filename)) and I'm getting the "Required whitespace was missing" error msg. Any ideas ?
Here's the schema (cut-n-paste to notepad if i...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_11811238.htm...
Zones:
XMLDate Answered: 08/16/2001 Grade: A Views: 0
Is there any way to check a whitespace character in vb? Thanks..
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20162740.html
Zones:
Visual BasicDate Answered: 08/11/2002 Grade: A Views: 4