Class Tokenize

  • All Implemented Interfaces:
    java.io.Serializable, javax.xml.transform.SourceLocator, Container, Expression, InstructionInfoProvider

    public class Tokenize
    extends SystemFunction
    This class implements the tokenize() function for regular expression matching. This returns a sequence of strings representing the unmatched substrings: the separators which match the regular expression are not returned.
    See Also:
    Serialized Form
    • Constructor Detail

      • Tokenize

        public Tokenize()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Simple command-line interface for testing.
        Parameters:
        args - (1) the string to be tokenized (2) the regular expression
        Throws:
        java.lang.Exception