/Regex_Utility

Java regex utility assignment

Primary LanguageJava

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.