RoseIndia.net

Java Tips and Examples

Programming Resource Home :: Java-Tutorials :: Java-Tips-and-Examples




Java Tips and Examples
Tutorial Pattern and Matcher
java.util.regex.Pattern precompiles regular expressions so they can be executed more efficiently. It also has a few utility functions. View Rating



Java Tips and Examples
Tutorial Regular expression summary
This text is taken directly from the Java API documentation View Rating



Java Tips and Examples
Tutorial Basic Regular expression summary
Characters that otherwise have special regexp meanings View Rating



Java Tips and Examples
Tutorial Regex Literal Characters
Most characters can simply be written directly in a regular expression because they're easy to write in a Java string and they have not special meaning to the regular expression engine. View Rating



Java Tips and Examples
Tutorial String Regex Methods
In addition the the Pattern and Matcher classes, there is some support for regular expressions in the String class. View Rating



Java Tips and Examples
Tutorial Regular Expressions
Regular expressions are the most common programming technique to search for patterns in strings, extracting, and replacing substrings. View Rating



Java Tips and Examples
Tutorial String Expressions
The following String Expressions. View Rating



Java Tips and Examples
Tutorial StringBuffer and StringBuilder
StringBuffer is used to store character strings that will be changed (String objects cannot be changed). View Rating



Java Tips and Examples
Tutorial String Comparison
Comparing Strings: ==, .equals(), .compareTo(), ... View Rating



Java Tips and Examples
Tutorial String Overview
In many programming languages strings are are stored in arrays of characters. View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   41   42   43   44   45   46   47   48   49   50   51   52   53   54   55   56   57   58   59   60   61   62   63   64   65   66   67   68   69   70   71   72   73   74   75   76   77     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.