School of Computer Science     University of Windsor

03-60-214: Computer Languages, Grammars and Translators (Winter 2007)
[Home] [Assignments] [Lecture Slides] [Resources] [Calendar] [Find your marks]

[Home]
[Up]

 

 

regex Tester

Here is a regex tester. You can play with that to get familiar with regular expression package

bulletThe matches method attempts to match the entire input sequence against the pattern.
bulletThe lookingAt method attempts to match the input sequence, starting at the beginning, against the pattern.
bulletThe find method scans the input sequence looking for the next subsequence that matches the pattern.

ALT="Your browser understands the <APPLET> tag but isn't running the applet, for some reason." Your browser is ignoring the <APPLET> tag!

Instructor: Dr. Jianguo Lu     Email: jlu at uwindsor  Office: 5111 Lambton Tower        Phone: 519.253.3000 ext 3786


Last updated: March 04, 2007.