Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 553 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 553 Bytes

Regex_Utility

View the full presentation explaining the project: http://candpgeneration.com/meteorite-catcher/pdfs/RegexCat.pdf

COS210 Final Project

Regular Expression Matcher

Design a utility class (Regex) in Java which will implement POSIX Extended Regular Expressions. Additionally, you will need to write the supporting data structure classes, and a JFrame-based demonstration utility to show off your design, that minimally allows the user to enter regular expressions and the strings to be tested and shows meaningful results.