This Python script implements a brute-force string matching algorithm. It can search for a pattern in a given text interactively or from a file.
- To run interactively:
python3 StringMatch.py interactive
- To run from a file:
python3 StringMatch.py file
- Clone the repository.
- Move the
StringMatch.py
file into the repository directory. - Follow the usage instructions above.