Skip to content

blopker/Globber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Globber

A tool to emulate glob syntax, like in Bash. This is a programming assignment for an interview and has no real value to others. Do not use. Use Python's glob or fnmatch module instead.

Usage

./Globber.py glob string

Example:

./Globber.py "bo*awesome" "bo is awesome"
True

Run Tests

./GlobberTest.py

About

Glob evaluation written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages