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
>>
New To Java
Getting the first part of a string
Hi,i have strings with names like: 01_something_dff.txt 11_ddfsf_dfgh.txt i want to get the part of the string back without the .txt how can i do that?thanks
[206 byte] By [
Kimosa
] at [2007-11-27 2:56:18]
««
Saving problem ?
»»
Xwindows question (similar but not the same as previous)
# 1
Take a look at the String API and what substring and lastindexof do. You can substring the last index of the period.
_helloWorld_a
at 2007-7-12 3:33:52 >
# 2
String fileName = filePath.split("\\.")[0];
CaptainMorgan08a
at 2007-7-12 3:33:52 >
# 3
thanks CaptainMorgan08
Kimosa
at 2007-7-12 3:33:52 >
Java Essentials
Saving problem ?
CSV files
) needed, syntax error help
doubt in Scanner
Exception handling across multiple classes
doubt in reading bytes - Scanner
Read file to Array
octet-stream type problem
String Tokenizer
how to store
New To Java
Specifying a number inside an int
Having trouble turning Java application into applet
How do i set JTextField default to 0 without int error?
hardest homework problem known to date
How to show my button?
Homework help.
Threads in a loop
creating Strings from ints
print a line after each constructor
Updates
Java Essentials New Topic
How do i set JTextField default to 0 without int error?
doubt in Scanner
doubt in reading bytes - Scanner
octet-stream type problem
String Tokenizer
How to show my button?
How to Set a Value in Drop Down List Dynamically
regarding constructors
Java Essentials Hot Topic
Specifying a number inside an int
CSV files
) needed, syntax error help
Having trouble turning Java application into applet
Read file to Array
hardest homework problem known to date
how to store
search the integer
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