scheme - Matching wildcards in Guile -


i using guile , trying akin regular expressions.

the problem this: have me simple list this:
((ma.+) (mb.+) (mc.-)).

now, list this:
((*.+) (mb.+) (mc.-))

the list * character means can match string long next character +. means both lists can matched , similar each other.

so how go matching this? elaborate, these list: ((ma.+) (*.+) (mc.-)) , ((ma.+) (mb.+) (*.-)) equivalent original list. how code this?


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -