Hi Jason ! I am slowly building a parser and found the following specs: "should not include trailing double-asterisk in a word if the next char is a space": src: "yow** " htm: "yow" "should not include trailing double-asterisk in a word if the next char is EOF": src: "yow**" htm: "yow" "should include trailing asterisk in a word if the next char is a double-asterisk": src: "yow***" htm: "yow*" "should include trailing double-asterisk in a word if the next char is a double-asterisk": src: "yow****" htm: "yow**" I just don't understand why we should eat the trailing "**". This sounds like over-engineering... Please tell me the reason for this (conditional) stripping. Gaspard
on 2009-06-17 16:21
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.