Searched defs:regex (Results 1 – 5 of 5) sorted by relevance
150 public static CharSequence[] split(final CharSequence charSequence, final String regex, in split()
159 String regex = "(?<!\\\\)" + Pattern.quote(delimiter); in getKeyValueList() local
156 String regex = "(?<!\\\\)" + Pattern.quote(delimiter); in getKeyValueList() local
316 String regex = "^" + expectedPrefix + ".*"; in assertStartsWith() local
340 Pattern regex = Pattern.compile(NOW_PLAYING_ID_PATTERN); in playNowPlayingItem() local