Erlang (programming language)/Tutorials/regexp: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 August 2009

22 April 2008

19 April 2008

  • curprev 19:1619:16, 19 April 2008imported>Eric Evers 354 bytes +354 New page: =Regular Expressions= Regular Expressions 2> regexp:match("hello world","w.+d"). {match,7,5} The regular expression, "w.+d" matches th...