|
|
| Strings & Variables [+] Favor-It | |
| |
 |
| | Sort By:
|
This tutorial explains how String are handled in Java. It provides deep insight on how String objects can be manipulated using various methods provided by String class. Learn how Strings are allocated and created. Author: Rahim Vindhani Code: JSP 1.0 |
You can retrieve a portion of a string variable or literal by using the substring() method. It has two parameters-the start position and end position of the substring you want to return. This method is also zero-based. Author: aathishankaran Code: JSP 2.0 |
JSP makes implicit variables available to the script. These variables are used to gain information about the request, and to help form a response. They also expose some useful functionality. Author: Caucho Technology, Inc. Code: JSP 2.0 |
|  | |
This week, we'll expand on those basics by teaching you a little bit about the different types of loops available in JSP, discuss a few more String object methods, and take a quick tour of the new Response object. Author: melonfire Code: JSP 1.2 |
We've now constructed our database of browser settings and can search it, returning a BrowserInfo object encapsulating everything we know about a particular browser. Author: unknown Code: JSP 1.2 |
HTML Spell Checker and Java Spell Checker. Add spell checking to your site using only 10 lines of cut and paste code. Works with JSP, Servlets, CGI, ASP and more. Source is available. [Commercial Product] |
XDE's Spell Check Server may be installed on NT IIS, Unix derivatives such as Linux and Solaris web sites, the Java applet client may be used by HTML and dynamic page(s) on multiple browser platforms. Author: Charles Anderson Code: JSP 1.0 |
|  | |
Simple method to replace strings within other strings. Intended for Java 1.0+ Expects inputstring, what to replace, and replacement value. Code: JSP 1.2 |
Simple method to extract the value between 2 strings. Expects inputstring, Start string, Ending string. Useful for extracting data between html tags. Code: JSP 1.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|