()
| 26 | } |
| 27 | |
| 28 | public static String uuid22() { |
| 29 | String base = BaseUID(); // 32 hex chars |
| 30 | return base.substring(0, 22); |
| 31 | } |
| 32 | |
| 33 | // accept Object, convert to string, then trim |
| 34 | public static Object strip(Object str) { |
no test coverage detected