xqian / cpp_projects

cplusplus projects for myself
2 stars 2 forks source link

regular expression #2

Closed xqian closed 11 years ago

xqian commented 11 years ago

http://www.careercup.com/question?id=15029918

Given two string S1 and S2. S1 contains from A-Z and S2 contains A-Z, * and ? Where * means any character 0 or any number of times Where ? means any character 0 or 1 number of times Write a program to determine whether S2 matches S1

xqian commented 11 years ago

closed as: commit 5a21f6fb90b206d71fc705e74857b0f77c3c3fab Author: xqian-mac chianshin@gmail.com Date: Sun Mar 31 18:34:48 2013 -0700

issue #2
regular expression
xqian commented 11 years ago

move the two files:

commit 02023e4d9ab362a201af26f23744f7f44dbaea75 Author: xqian-mac chianshin@gmail.com Date: Wed May 22 20:21:49 2013 -0700

moved two files