JAVA-INDEX.COM
Java programming resources: FAQs, tutorials, compiler and browser download sites, documentation, books lists, IDEs, etc.
Home....
|
log in....
|
Pub my question!
|
Sign-up....
Java-index
>>
Java Essentials
>>
Java Programming
Removing "quotes" from Strings
Is this the proper way to remove " from a string:tempArray[0] = tempArray[0].replaceAll("\"","");Thanks.
[125 byte] By [
douglas18a
] at [2007-11-26 12:58:43]
««
Outlook Connector update issue
»»
Textbox Scroll bar
# 1
Have you tried it?
CaptainMorgan08a
at 2007-7-7 16:56:43 >
# 2
In regular expressions the backslash has special meaning. So you need to escape it.replaceAll("\\"", "");
floundera
at 2007-7-7 16:56:43 >
# 3
> In regular expressions the backslash has special> meaning. So you need to escape it.Actually, this is the one case in which you must not use a double backslash. The OP has it right.
uncle_alicea
at 2007-7-7 16:56:43 >
Java Essentials
Where do I start?
click click
including character Hyphen in classname
Make cells uneditable.
Help needed to increase the java heap programatically.......
Problems with BufferedImage
code reqd to extracting text file to desktop
stand alone app help
Problem with circle coordinates
File Permission
Java Programming
List<String>
Runtime.getRuntime().exec
Using indexOf to find multiple instances?
EBCDIC to ASCII conversion
HashMap initialCapacity
Parsing html.. finding title...
2D ArrayList
java
Remove Anything Not A Letter
Top/Most Useful Java Plugins?
Java Essentials New Topic
List<String>
Using indexOf to find multiple instances?
Where do I start?
including character Hyphen in classname
java
Top/Most Useful Java Plugins?
mdi forms
JDBC Lock Table
Java Essentials Hot Topic
Runtime.getRuntime().exec
EBCDIC to ASCII conversion
HashMap initialCapacity
Parsing html.. finding title...
2D ArrayList
click click
Remove Anything Not A Letter
Make cells uneditable.
Java Essentials
Java Programming
New To Java
Training
All Classified
Archived Forums
Enterprise & Remote Computing
Java Essentials
Desktop
Core
Solaris Operating System
Security
Database Connectivity
Java Mobility Forums
Web & Directory Servers
Development Tools
Application & Integration Servers
Java HotSpot Virtual Machine
Other Topics
E-Mail, Calendar, & Collaboration
Developer Tools
General
Administration Tools
Sun Hardware
Storage Forums
Java Enterprise System
StarOffice
Open Source Technologies
BigAdmin
Real-Time
Java Coding