Class JavaScriptStripper


  • public class JavaScriptStripper
    extends Object
    Strips comments and whitespace from javascript
    Author:
    Matej Knopp
    • Constructor Detail

      • JavaScriptStripper

        public JavaScriptStripper()
    • Method Detail

      • stripCommentsAndWhitespace

        public String stripCommentsAndWhitespace​(String original)
        Removes javascript comments and whitespace from specified string.
        Parameters:
        original - Source string
        Returns:
        String with removed comments and whitespace