Return-Path: X-Original-To: apmail-uima-dev-archive@www.apache.org Delivered-To: apmail-uima-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 034C311D46 for ; Tue, 22 Jul 2014 10:37:31 +0000 (UTC) Received: (qmail 46372 invoked by uid 500); 22 Jul 2014 10:37:30 -0000 Delivered-To: apmail-uima-dev-archive@uima.apache.org Received: (qmail 46345 invoked by uid 500); 22 Jul 2014 10:37:30 -0000 Mailing-List: contact dev-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@uima.apache.org Delivered-To: mailing list dev@uima.apache.org Received: (qmail 46331 invoked by uid 99); 22 Jul 2014 10:37:30 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 10:37:30 +0000 Date: Tue, 22 Jul 2014 10:37:30 +0000 (UTC) From: =?utf-8?Q?Peter_Kl=C3=BCgl_=28JIRA=29?= To: dev@uima.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (UIMA-3956) Added new Functions-Extension for UIMA RUTA MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/UIMA-3956?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Kl=C3=BCgl updated UIMA-3956: ------------------------------ Fix Version/s: 2.2.1ruta > Added new Functions-Extension for UIMA RUTA=20 > -------------------------------------------- > > Key: UIMA-3956 > URL: https://issues.apache.org/jira/browse/UIMA-3956 > Project: UIMA > Issue Type: New Feature > Components: ruta > Affects Versions: 2.2.0ruta > Reporter: Markus Krug > Assignee: Peter Kl=C3=BCgl > Priority: Minor > Labels: Extension, RUTA, UIMA > Fix For: 2.2.1ruta > > Attachments: StringfunctionPatch.patch > > > The attached patch contains an Extension to the UIMA-Ruta Framework. > In this Extension i added the following Stringfunctions (in RUTA terminol= ogy those that return a String): > * replaceAll > * firstCharToUpperCase > * replaceFirst > * substring > * toLowerCase > * toUpperCase > Additionally i coded some further useful Functions of the java String lib= rary that return booleans: > * contains > * endsWith > * startsWith > * equals > * equalsIgnoreCase > * isEmpty > All of the mentioned Functions were tested and got their own jUnit-test i= ncluded. > I hope it will be accepted and the functionality added in the next releas= e > =20 -- This message was sent by Atlassian JIRA (v6.2#6252)