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 7A3CC11C9A for ; Tue, 22 Jul 2014 10:07:40 +0000 (UTC) Received: (qmail 2566 invoked by uid 500); 22 Jul 2014 10:07:40 -0000 Delivered-To: apmail-uima-dev-archive@uima.apache.org Received: (qmail 2533 invoked by uid 500); 22 Jul 2014 10:07:40 -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 2085 invoked by uid 99); 22 Jul 2014 10:07:39 -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:07:39 +0000 Date: Tue, 22 Jul 2014 10:07:39 +0000 (UTC) From: "Markus Krug (JIRA)" 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: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/UIMA-3956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Krug updated UIMA-3956: ------------------------------ Attachment: StringfunctionPatch.patch > Added new Functions-Extension for UIMA RUTA > -------------------------------------------- > > Key: UIMA-3956 > URL: https://issues.apache.org/jira/browse/UIMA-3956 > Project: UIMA > Issue Type: New Feature > Components: ruta > Reporter: Markus Krug > Priority: Minor > Labels: Extension, RUTA, UIMA > Attachments: StringfunctionPatch.patch > > > The attached patch contains an Extension to the UIMA-Ruta Framework. > In this Extension i added the following Stringfunctions (in RUTA terminology those that return a String): > * replaceAll > * firstCharToUpperCase > * replaceFirst > * substring > * toLowerCase > * toUpperCase > Additionally i coded some further useful Functions of the java String library that return booleans: > * contains > * endsWith > * startsWith > * equals > * equalsIgnoreCase > * isEmpty > All of the mentioned Functions were tested and got their own jUnit-test included. > I hope it will be accepted and the functionality added in the next release > -- This message was sent by Atlassian JIRA (v6.2#6252)