[Pharo-project] Issue 3256 in pharo: matchesRegex on colon
Nov. 13, 2010
1:46 p.m.
Status: New Owner: ---- New issue 3256 by davide.v...@gmail.com: matchesRegex on colon http://code.google.com/p/pharo/issues/detail?id=3256 Pharo image: Pharo-core Pharo core version: 1.2-12146 Virtual machine used: Squeak 4.2.5beta1U for mac If you evaluate: 'whatever' matchesRegex: ':' it rises an error. if I escape the colon the error disappears, but is it right? I think it's a sort of coupling with method parsing. Tx Davide
Nov. 13, 2010
3:05 p.m.
Comment #1 on issue 3256 by aplantec: matchesRegex on colon http://code.google.com/p/pharo/issues/detail?id=3256 ':' is a special char because of character classes encoding ([:alnum:] as example. So, you have to escape it ('\:'). I guess this is not an issue.
5740
Age (days ago)
5740
Last active (days ago)
1 comments
1 participants
participants (1)
-
pharoï¼ googlecode.com