Class Strings.StringsToJoin

    • Method Detail

      • with

        public String with​(String delimiter)
        Specifies the delimiter to use to join Strings.
        Parameters:
        delimiter - the delimiter to use.
        Returns:
        the Strings joined using the given delimiter.
      • with

        public String with​(String delimiter,
                           String escapeString)
        Specifies the delimiter to use to join Strings.
        Parameters:
        delimiter - the delimiter to use.
        Returns:
        the Strings joined using the given delimiter.