You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org> on 2009/11/22 19:47:39 UTC

[jira] Updated: (XERCESJ-1388) RegEx matching: when computing backreferences, "\dd" must match group "dd" if group exists

     [ https://issues.apache.org/jira/browse/XERCESJ-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Glavassevich updated XERCESJ-1388:
------------------------------------------

    Fix Version/s: 2.10.0

> RegEx matching: when computing backreferences, "\dd" must match group "dd" if group exists
> ------------------------------------------------------------------------------------------
>
>                 Key: XERCESJ-1388
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1388
>             Project: Xerces2-J
>          Issue Type: New Feature
>          Components: Other
>    Affects Versions: 2.9.1
>            Reporter: Radu Preotiuc-Pietro
>            Assignee: Khaled Noaman
>             Fix For: 2.10.0
>
>
> When dealing with back-references to groups >= 10, "\" followed by more than one digit must match the largest number, smaller than the total number of groups, that can be constructed by dropping digits from the right.
> So,  for instance, \11 must match the 11th capturing group of the expression "^ (#)(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)\11", because there are 11 capturing groups; it must not match the first capturing group ant then the digit "1".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-dev-help@xerces.apache.org