General

Programming Resource Home :: Java-Tutorials :: General

Advertisement

Advertisement




General
Tutorial Compiling a Pattern with Multiple Flags
In this section you will learn how to compile a pattern with multiple flags like multiline, case insensitivity of the characters in the string etc. This section provides you an example for the implementation of the concept about how is it done? Following View Rating



General
Tutorial Setting Case Sensitivity in a Regular Expression
This section describes the method to set the patter is either case sensitive or not. Actually, by default the patter is in the case sensitive. Whenever it need to be set for the case insensitivity then you have to use the appropriate code followed in foll View Rating



General
Tutorial Parsing Character-Separated Data with a Regular Expression
This section illustrates you how to split String data (separated by "," or "and/or"). These words are shown in a new line without the word or characters which is used for separation the word of the sentences through the given regular expression of the fol View Rating



General
Tutorial Escaping Special Characters in a Pattern
This section illustrates you how to escape all special characters from the given string or text. Here, you can learn the way of detecting all special characters present in the given string. View Rating



General
Tutorial Greedy and Non-Greedy Matching in a Regular Expression
This section illustrates you how to match a string in the given string through the Greedy and Non-Greedy way of matching. Here you can learn about the Greedy and Non-Greedy way of matching the word. View Rating



General
Tutorial Regular Expression Search Program
Regular Expression: Regular Expression is used to perform many string related operations. This is the way to manipulate different kind of operations like search, edit and manipulating string can be performed by the regular expression. It has both type cha View Rating



General
Tutorial Limiting the Size of a Log File in Java
This section illustrates you how to limit the size of a log file in Java. Log files haven't any boundation at the file creation time but Java provides the facility for limiting the size of a log file with the help of FileHandler. View Rating



General
Tutorial Creating a Custom Formatter for a Logger Handler in Java
This section tells you how to create a custom formatter for a logger handler. Java provides two types formatter SimpleFormatter and XMLFormatter. View Rating



General
Tutorial Setting the Formatter of a Logger Handler in Java
This section discussed how to set the formatter of a logger handler. Java provides a logger handler that uses a formatter for writing log records for a log file that can be either xml file or other. View Rating



General
Tutorial Create a Custom Log Level in Java
This section tells you how to create a custom log level that means log levels are created by users for own need. Java logging class provides some levels like: INFO, WARNING, SEVERE, FINEST etc. View Rating
Page:  [<<]   88   89   90   91   92   93   94   95   96   97   98   99   100   101   102   103   104   105   106   107   108   109   110   111   112   113   114   115   116   117   118   119   120   121   122   123   124   125   126   127   128   129   130   131   132   133   134   135   136   137   138   139   140   141   142   143   144   145   146   147   148   149   150   151   152   153   154   155   156   157   158   159   160   161   162   163   164   165   166   167   168   169   170   171   172   173   174   175   176   177   178   179   180   181   182   183   184   185   186   187   188     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected]

Copyright © 2004. All rights reserved.