Searched refs:ITEM_SPLITTER_REGEX (Results 1 – 1 of 1) sorted by relevance
306 private static final Pattern ITEM_SPLITTER_REGEX = Pattern.compile("(?<!\\\\),"); field in ZenModeConfig1559 String[] escapedItems = ITEM_SPLITTER_REGEX.split(serialized); in safeStringSet()