mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Removed outdated "main" method that prints few sanitized lines
This commit is contained in:
parent
a4b44d1297
commit
483eb28924
1 changed files with 0 additions and 9 deletions
|
@ -164,15 +164,6 @@ public class SystemUtil {
|
|||
return input.replaceAll("[^a-zA-Z0-9]", "");
|
||||
}
|
||||
|
||||
public static void main(String... args) {
|
||||
System.out.println(sanitize("123"));
|
||||
System.out.println(sanitize("AaAaD_123"));
|
||||
System.out.println(sanitize("--sas-"));
|
||||
System.out.println(sanitize("anPlsdf123_") + "|");
|
||||
System.out.println(sanitize("anPlsdf123 ") + "|");
|
||||
System.out.println(sanitize("anPlsdf123\r\n") + "|");
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a diff between two dates
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue