Searched refs:userRegex (Results 1 – 1 of 1) sorted by relevance
333 Pattern userRegex = Pattern.compile("[\\d]+:.*id=([\\d]+).*\\(current\\)"); in getCurrentUserId() local334 Matcher matcher = userRegex.matcher(getCurrentUser); in getCurrentUserId()