From: <no...@so...> - 2001-04-16 03:08:27
|
Bugs item #416374, was updated on 2001-04-15 20:08 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=109080&aid=416374&group_id=9080 Category: None Group: None Status: Open Priority: 5 Submitted By: Kaloian Doganov (kaloian) Assigned to: Nobody/Anonymous (nobody) Summary: Minor bug in Regular Expression HOWTO Initial Comment: Hello! It looks like there is a minor error in section 3.5 of Regular Expression HOWTO, in the VERBOSE flag example. I think that the RE line: &# # Start of a numeric entity reference must be: &\# # Start of a numeric entity reference i.e., the first `#' must be escaped, or it will be handled as a comment mark. Best regards, Kaloian. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=109080&aid=416374&group_id=9080 |