Class RemoveComments


  • public class RemoveComments
    extends java.lang.Object
    Based on https://codegolf.stackexchange.com/questions/48326/remove-single-line-and-multiline-comments-from-string
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoveComments()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String perform​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait