Regular Expression Help
kentsin at poboxes.com
kentsin at poboxes.com
Fri Oct 27 00:29:21 EDT 2000
More information about the Python-list mailing list
Fri Oct 27 00:29:21 EDT 2000
- Previous message (by thread): Regular Expression Help
- Next message (by thread): Python scoping
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is it possible for regular expression to match optional parameters
like :
func(optional parameters)
in which the func name and some optional parameters be match for
later retrieval. To match the func is easy, but if the optional
parameters can be
()
(p)
(p1, p2)
....
is it possible to match these?
- Previous message (by thread): Regular Expression Help
- Next message (by thread): Python scoping
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list