Skip to content

This project is used to check whether the input strings match a given pattern.

Notifications You must be signed in to change notification settings

Faraz9877/Pattern_Matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Pattern Matching

This project is used to check whether the input strings match a given pattern. This project is programmed in Python3 and involves a subject in the Theory of Formal Languages and Automata field.

How this script works:

  • You are to provide a text and a pattern to the input and the program checks whether the given string is compatible with the pattern or not.
  • The string may only contain lower-case English letters and the pattern may only contain lower-case English letters, ? and * where ? stands for an arbitrary letter and * stands for a variable pattern.

About

This project is used to check whether the input strings match a given pattern.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages