https://github.com/andreeadraghici/regexapplication
This is a desktop application that will extract sub-strings from source string, based on a pattern.
https://github.com/andreeadraghici/regexapplication
Last synced: about 2 months ago
JSON representation
This is a desktop application that will extract sub-strings from source string, based on a pattern.
- Host: GitHub
- URL: https://github.com/andreeadraghici/regexapplication
- Owner: AndreeaDraghici
- Created: 2022-04-08T06:58:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T07:24:49.000Z (about 3 years ago)
- Last Synced: 2025-01-21T13:07:04.683Z (3 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RegexApplication
# Description
### This is a desktop application that will extract sub-strings from source string, based on a pattern.
-------------------------------
# Inputs### Two input fields, are required.
--------------------------------
# How to run
### 1. After application started, user should be able to use keyboard to enter the pattern and the string to investigate.
### 2. So, two input fields, are required. One to enter pattern, the other one to enter the string to investigate.
--------------------------------------
# Output
### After " extract the pattern " button is pressed the results are displayed showing a list of matches, or a message if no results or matches are available and informing the user that there are no matches.
-----------------------------------------
# Functionality### As a model for the interface and functionality, I was inspired by the functionality of the regex101 site. (https://regex101.com/)
---------------------------
# Version 1.0.0 Initial