| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
_String Replace (for real) | Java (JDK 1.2) | Beginner / Atul Brad Buono (from psc cd) | 3779 since 1/2/2015 4:33:00 PM |
By 6 Users
|
|
Replaces all occurances of a given substring with another substring in a String object.
I looked for a good string replacer and all of them broke (replaced things multiple times, infinitely looped, etc), so I made one. Please let me know if this doesn't w ...(description truncated) |
|
|
|
 |
A Parser | Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4) | Advanced / Naveen Alok (from psc cd) | 2864 since 1/4/2015 9:18:00 AM |
By 6 Users
|
|
A badword filter which can filter the given set of words from a string. Works with anything, Swing,Servlet, JSP etc. Use it in your programs such as chat applets to filter unwanted words in communication. (ScreenShot) |
|
|
|
 |
Compare Two Strings in Java | Java (JDK 1.5) | Beginner / Jake R. Pomperada | 3935 since 7/10/2016 1:06:39 PM | Unrated
|
|
In this article I would like to share with you a sample program that I wrote in Java to compare the two string if they are the same or the first string is greater than the second string or vice versa. One of the things that I love in Java is that there ar ...(description truncated) (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Consonants Remover | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Beginner / Jake R. Pomperada | 3762 since 7/18/2015 2:32:35 AM | Unrated
|
|
In this article I would like to share with you a sample program that will remove any consonants letters in a word or string in Java. The code is very simple and easy to understand.
I hope you will find my work useful and beneficial. If you have some quest ...(description truncated) (ScreenShot) |
|
|
|
 |
First Letter Capital Program | Java (JDK 1.1), Java (JDK 1.2), Java (JDK 1.3), Java (JDK 1.4), Java (JDK 1.5) | Intermediate / Jake R. Pomperada | 5257 since 8/4/2015 10:40:34 PM | Unrated
|
|
As I continue my study on Java I have discovered that Java programming language has many built in functions that makes programming much easier and more fun specially we are working with strings. I enjoy every minute working with Java. No wonder there are ...(description truncated) (ScreenShot) |
|
|
|
 |
FrmlaGnrtr | Java (JDK 1.5) | Advanced / Zehel | 3600 since 8/26/2016 9:18:33 PM | Unrated
|
|
FrmlaGnrtr is a random equation generator Android app. It can output pure random equations or self learn. Self learning ai not included with this shared project, however the basic DNA like matching procedures are there in the pure random methods to follow ...(description truncated) (ScreenShot) |
|
|
|
 |
Html tag stripper | Java (JDK 1.2) | Beginner / John Hunsley (from psc cd) | 2990 since 1/3/2015 9:23:00 AM |
By 5 Users
|
|
reads in a Html file, removes the tags and sends the output to an output.txt file |
|
|
|
 |
In-line variables declare to obfuscated array | Java (JDK 1.5) | Advanced / Zehel | 3384 since 3/7/2017 10:14:53 AM | Unrated
|
|
Transforms a in-line variables declared type to obfuscated array. |
|
|
|
 |
JAVA - 'Strings and Things' for absolute beginners | Java (JDK 1.2) | Beginner / michael worthington (from psc cd) | 3736 since 1/2/2015 6:50:00 PM |
By 6 Users
|
|
the purpose of this tutorial is to get beginner java programmers familiar with the variable type String, as well as with a couple String functions. it includes a simple program that beginners can make, and it covers a lot of basics to understanding string ...(description truncated) |
|
|
|
 |
Java String Replace | Java (JDK 1.1) | Beginner / Martyn B (from psc cd) | 3233 since 1/2/2015 6:59:00 AM |
By 4 Users
|
|
This piece of code takes three arguments, you give it a string that you want to do the replace on, what you want to replace, and what you want to replace it with! Simple! |
|