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


Ignore:
Timestamp:
Aug 15, 2013, 11:28:20 AM (13 years ago)
Author:
guinness

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.