mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Removed outdated "main" method that prints few sanitized lines
This commit is contained in:
parent
0595d8a549
commit
d8c4e60138
1 changed files with 0 additions and 9 deletions
|
|
@ -164,15 +164,6 @@ public class SystemUtil {
|
||||||
return input.replaceAll("[^a-zA-Z0-9]", "");
|
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
|
* Get a diff between two dates
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue