Class JavaScriptStripper

java.lang.Object
org.apache.wicket.core.util.string.JavaScriptStripper

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

  • Method Details

    • stripCommentsAndWhitespace

      Removes javascript comments and whitespace from specified string.
      Parameters:
      original - Source string
      Returns:
      String with removed comments and whitespace