import re
re.match("^hello", "hello")
re.match("hello", "hello")

Please give a string that matches RE "^hello" but does not match RE "hello", or 
matches RE "hello" but does not match RE "^hello".




daedae11
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to