MCPcopy Create free account
hub / github.com/10cks/fofaEX / sanitizeSheetName

Method sanitizeSheetName

src/main/java/plugins/FofaPlugin.java:377–379  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

375
376 // Helper method to sanitize sheet names as per Excel sheet naming rules
377 private static String sanitizeSheetName(String name) {
378 return name.replaceAll("[\\\\*\\[\\]?/]", "");
379 }
380
381
382 public static void main() {

Callers 1

exportTableToExcelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected