Source Code : Meta-characters to match against certain string boundaries

Java Is Open Source Programming Language You Can Download From Java and Java Libraries From http://www.oracle.com. Click Here to download
We provide this code related to title for you to solve your developing problem easily. Libraries which is import in this program you can download from http://www.oracle.com. Click Here or search from google with Libraries Name you get jar file related it

Meta-characters to match against certain string boundaries

   

Meta-Character            Matches

^                         Beginning of the line

$                         End of the line

                        A word boundary

B                        A nonword boundary

A                        The beginning of the input

G                        The end of the previous match

                        The end of the input before any line terminators (such as carriage-return or linefeed)

z                        The end of the input

   
    
  

Thank with us