Next / Previous / Contents / TCC Help System / NM Tech homepage

35. Scan.deblankLine(): Skip whitespace on the current line

logscan.py
# - - -   S c a n . d e b l a n k L i n e

    def deblankLine ( self ):
        '''Skip blanks on the current line
        '''

See Section 8.4, “WHITE_PATTERN for the regular expression that matches zero or more whitespace characters.

logscan.py
        self.tabReMatch ( WHITE_PATTERN )