When
12:45 PM Sunday
Where
Town Square B
Silicon Valley Code Camp : October 13 & 14, 2018session

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

A regular expression (regex for short) is a powerful language to describe a search pattern to analyze and modify text. This talk teaches you how to read, construct and use simple to complex regular expressions.

About This Session

A regular expression (regex for short) is a powerful language to describe a search pattern to analyze and modify text. 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

Time: 12:45 PM Sunday    Room: Town Square B 

The Speaker(s)

undefined undefined

Peter Thoeny

CTO & Founder , TWiki.org

Founder & CTO of TWiki.org, a leading enterprise collaboration platform. Open source advocate.