Developing Apama Applications > Dashboard Function Reference > Tabular Functions > Split String
Split String
Returns a table with the result of splitting a given string using a specified separator. The returned table contains one column, with a row for each resulting substring.
Arguments
The function has the following arguments:
*String: Text string to be split.
*Separator: Text string consisting of a regular expression that specifies the separator. Use the regular expression form suitable for use with the Java Pattern class. See http://java.sun.com/j2se/1.5/docs/api/java/util/regex/Pattern.html
*Results Column Name: Text string that specifies the name of the returned column.
This function returns a table.
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.