Question: Regex Helper Assignment Write a JavaFX application that contains at a minimum the following: A text field in which your user can type in a
Regex Helper Assignment
Write a JavaFX application that contains at a minimum the following:
A text field in which your user can type in a regular expressions that they want to test.
A text area control in which your user can type in data that the regular expression will match against.
A text field in which your user can type in a string to replace the regular expression's matches.
A text area control that contains the new data replaced from the first text area control with the matches replaced.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
