https://github.com/rileyjshaw/glorious-pattern-matcher
:ab: Inspired by an interview question.
https://github.com/rileyjshaw/glorious-pattern-matcher
Last synced: 7 months ago
JSON representation
:ab: Inspired by an interview question.
- Host: GitHub
- URL: https://github.com/rileyjshaw/glorious-pattern-matcher
- Owner: rileyjshaw
- License: mit
- Created: 2014-05-19T02:04:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-21T05:16:37.000Z (over 11 years ago)
- Last Synced: 2025-02-01T07:22:34.086Z (8 months ago)
- Language: CSS
- Homepage: http://rileyjshaw.com/glorious-pattern-matcher
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
glorious-pattern-matcher
========================Live version [here](http://rileyjshaw.com/glorious-pattern-matcher).
## Glorious Pattern Matcher
Takes a series of characters ('abcad') and a series of space-delimited words ('red blue green red redux') and checks if they match the same sequence.## Mega-Glorious Pattern Matcher
Takes a series of characters ('abcad') and a series of **non**-space-delimited words ('redbluegreenredredux') and checks if they match the same sequence. Hardcore.