Interface CharacterFilter

    • Method Detail

      • filterCharacters

        String filterCharacters​(String input)
        Filter the given string and generate a resulting string from it.

        For example, one implementation could filter out invalid characters from the input string.

        Parameters:
        input - Input string
        Returns:
        Filtered result string