Programming
Workshop

Spring 2007
course
navigation

feb 13

Show your projects :

regular expressions (regex)

A (fairly) standard way to specify pattern matching in strings. For example ".*\.txt" would match anything ending with ".txt" : . any character * 0,1,2,... or any number of those \. a period (the slash "escapes" the next char) txt those characters
http://cs.marlboro.edu/ courses/ spring2007/programming_workshop/ notes/ feb_13
last modified Tuesday February 13 2007 10:09 am EST