Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!gatech!cuae2!ihnp4!ihlpl!swanson From: swanson@ihlpl.UUCP (R. A. Swanson) Newsgroups: net.lang.c Subject: Matching octal in LEX Message-ID: <1143@ihlpl.UUCP> Date: Wed, 23-Jul-86 21:09:34 EDT Article-I.D.: ihlpl.1143 Posted: Wed Jul 23 21:09:34 1986 Date-Received: Thu, 24-Jul-86 23:57:26 EDT Distribution: net Organization: AT&T Bell Laboratories Lines: 19 I am using SVR2 lex and I need to be able to match the octal "\240" (meta-backslash). None of the following work: " \240\n" | [ \240\n] | .* | .+ ; The lex manual states that the operator character . (dot) is the class of all characters except newline. Does this class not include any octal sequence? Robert A. Swanson ihnp4!ihlpl!swanson AT&T Bell Labs Naperville, Illinois IH6N529