Mohammad Kamrul Islam created OOZIE-972: -------------------------------------------
Summary: Provide EL function to append a string in each substring of another string separated by delimiter Key: OOZIE-972 URL: https://issues.apache.org/jira/browse/OOZIE-972 Project: Oozie Issue Type: Bug Reporter: Mohammad Kamrul Islam Assignee: Mohammad Kamrul Islam Fix For: trunk This EL function is to support to append a specific string into each substring of another string which is delimited by special delimiter. For example, replaceAll("A/,B/,C/", "add"); The returned string will be "A/add,B/add,C/add". This is required when oozie coordinator create a list of directories separated by ",", and the user needs to append some subdirectory for the all the directories. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira