- java.lang.Object
-
- io.github.pixee.security.Newlines
-
public final class Newlines extends java.lang.ObjectThis type exposes helper methods that will help defend against newline-based attacks.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringstripAll(java.lang.String value)Removes newlines from the given string, if any exist.
-