| www.delorie.com/gnu/docs/regex/regex_9.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
.) This operator matches any single printing or nonprinting character except it won't match a:
RE_DOT_NEWLINE isn't set.
RE_DOT_NOT_NULL is set.
The `.' (period) character represents this operator. For example, `a.b' matches any three-character string beginning with `a' and ending with `b'.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |