Interface StringProcessor

    • Method Summary

      Modifier and Type Method Description
      String process​(String toProcess)
      Generates another String from the passed String.
    • Method Detail

      • process

        String process​(String toProcess)
        Generates another String from the passed String.
        Parameters:
        toProcess - the String to process.
        Returns:
        the processed String.