From bb4dd8289b351fae6b55e303f189127a394a1edd Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 26 Aug 2013 08:15:55 -0400 Subject: Imported Upstream version 1.51.0 --- doc/html/boost/xpressive/skip.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 doc/html/boost/xpressive/skip.html (limited to 'doc/html/boost/xpressive/skip.html') diff --git a/doc/html/boost/xpressive/skip.html b/doc/html/boost/xpressive/skip.html old mode 100755 new mode 100644 index a939147667..b7db2918f3 --- a/doc/html/boost/xpressive/skip.html +++ b/doc/html/boost/xpressive/skip.html @@ -34,7 +34,7 @@ template<typename Skip> unspecified skip(Skip const & skip);
-

Description

+

Description

skip() instructs the regex engine to skip certain characters when matching a regex. It is most useful for writing regexes that ignore whitespace. For instance, the following specifies a regex that skips whitespace and punctuation:

 // A sentence is one or more words separated by whitespace
  // and punctuation.
-- 
cgit v1.2.3