Changes between Initial Version and Version 1 of Ticket #2381, comment 2
- Timestamp:
- 08/15/13 11:28:20 (11 years ago)
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 }}} 1 I would say it's a feature request more than anything.