Backreferences don't work in Grammar Elements?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KenBrunell
    New User
    • Nov 2010
    • 1

    Backreferences don't work in Grammar Elements?

    Hi All,

    Searching the forums turns up a single reference of someone having issues using RegEx backreferences in Grammar Elements. Is this a known issue/bug/feature (3.2.1 beta, build 12831)?

    I've got this RegEx:
    Code:
    <a href="([^.]+)\.htm#[a-zA-Z]+_(\1|[0-9]+)">
    And it refuses to match:
    Code:
    <a href="xy05_333.htm#SectionTitle_xy05_333">
    Whereas it will match:
    Code:
    <a href="xy05_333.htm#SectionTitle_333">
    I've even checked this on http://regexpal.com/ (Great RegEx checking tool) and it works just fine.

    -Ken
Working...