Changes between Initial Version and Version 1 of Ticket #2381, comment 2


Ignore:
Timestamp:
08/15/13 11:28:20 (11 years ago)
Author:
guinness
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2381, comment 2

    initial v1  
    1 SRE doesn't even class Chr(160) as being a space either. So I don't know if this can be classed as a bug.
    2 {{{
    3 ConsoleWrite(StringRegExp(Chr(160), '^\s*$') & @CRLF)
    4 ConsoleWrite(StringRegExp(Chr(32), '^\s*$') & @CRLF)
    5 }}}
     1I would say it's a feature request more than anything.