You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Michael Baessler (JIRA)" <ui...@incubator.apache.org> on 2008/01/28 15:11:34 UTC

[jira] Created: (UIMA-724) allow match group names for regular expressions

allow match group names for regular expressions
-----------------------------------------------

                 Key: UIMA-724
                 URL: https://issues.apache.org/jira/browse/UIMA-724
             Project: UIMA
          Issue Type: New Feature
          Components: Sandbox-RegexAnnotator
            Reporter: Michael Baessler
            Assignee: Michael Baessler


Allow to give names for match groups in regular expressions. The result of the match group can also be collected with the match group name
"My example \m{groupname}(Regex)"
Match group 0: My example Regex
Match group 1: Regex
Match group {groupname}: Regex

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


[jira] Closed: (UIMA-724) allow match group names for regular expressions

Posted by "Michael Baessler (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Baessler closed UIMA-724.
---------------------------------

    Resolution: Fixed

> allow match group names for regular expressions
> -----------------------------------------------
>
>                 Key: UIMA-724
>                 URL: https://issues.apache.org/jira/browse/UIMA-724
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Sandbox-RegexAnnotator
>            Reporter: Michael Baessler
>            Assignee: Michael Baessler
>
> Allow to give names for match groups in regular expressions. The result of the match group can also be collected with the match group name
> "My example \m{groupname}(Regex)"
> Match group 0: My example Regex
> Match group 1: Regex
> Match group {groupname}: Regex

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