Is String Numeric





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

-6
Date Submitted Wed. Oct. 26th, 2005 10:34 PM
Revision 1
Coder mattrmiller
Tags CPlusPlus | Time
Comments 4 comments
Get Current CTime
5
Date Submitted Thu. Nov. 3rd, 2005 7:10 PM
Revision 1
Helper ses5909
Tags "SQL Server" | Portion | SQL | String
Comments 0 comments
Return a Portion of a Character String
-5
Date Submitted Tue. Nov. 8th, 2005 6:10 AM
Revision 1
Beginner XStatic
Tags CSharp | Parse. Number | String
Comments 0 comments
Parsing a String for Numbe
2
Date Submitted Tue. Nov. 8th, 2005 7:37 AM
Revision 1
Beginner webdude
Tags ASP | LCase | String
Comments 1 comments
LCase Functio
3
Date Submitted Tue. Nov. 8th, 2005 8:56 PM
Revision 1
Beginner jpeck
Tags Convert | CPlusPlus | HTML | Text
Comments 0 comments
Text to HTML Converte
-15
Date Submitted Wed. Nov. 9th, 2005 7:55 PM
Revision 1
Beginner vinnie
Tags CPlusPlus | XML | XSL
Comments 3 comments
Transform XML File with XSL Stylesheet
21
Date Submitted Fri. Nov. 11th, 2005 2:51 PM
Revision 1
Beginner Possibility
Tags Paragraph | PHP | String
Comments 0 comments
Proper Paragraphs
7
Date Submitted Mon. Feb. 13th, 2006 4:04 PM
Revision 1
Coder mattrmiller
Tags Duration | Format | Java | Milliseconds | String
Comments 1 comments
Formats milliseconds into a duration string.
8
Date Submitted Fri. Feb. 24th, 2006 8:18 PM
Revision 2
Coder mattrmiller
Tags Java | JPasswordField | Password | String
Comments 2 comments
Convert a password returned by JPasswordField::getPassword() into a String.
12
Date Submitted Thu. Mar. 9th, 2006 4:02 AM
Revision 1
Scripter TimYates
Tags Java | String | Word
Comments 1 comments
If you have ever written a website or java application where people paste stuff in from Word, you are likely to have hit the problem of Word using high ascii chars for "open quotes", "close quotes", reg symbol, etc...

This java class (with a single static method) can replace the most prevalent of these with normal ascii values

Hope it helps someone...