Silicon Valley Code Camp : October 3rd and 4th 2015

Peter Thoeny

TWiki.org
About Peter
Founder & CTO of TWiki.org, a leading enterprise collaboration platform. Trying to get more open source contributors hooked on TWiki. Inventor of Structured Wikis. Co-author of Wikis for Dummies. Speaker. Open source & enterprise collaboration advocate.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Regular Expressions, To Match Or Not, That is the Question

    5:00 PM Saturday   Room: RE-311
    A regular expression (regex for short) is a language to describe a search pattern. Initially used in Unix text processing utilities ed and grep, many programming languages now have built-in support for regular expressions, such as Perl, Ruby, AWK, and Tcl. Others support it via a standard library, such as .NET languages, Java, Python and C++. This talk assumes you dabbled with regular expressions before, and teaches you how to read, construct and use simple to complex regular expressions. At the end of the session you'll understand how to define a regex that validates an e-mail address: \b\w[\w.%+-]?@[\w.-]+\.[a-zA-Z]{2,6}\b