Searched refs:currencyMatcher (Results 1 – 1 of 1) sorted by relevance
59 Matcher currencyMatcher = PatternCache.get("([^0#]*).*[0#]([^0#]*)").matcher(""); in main() local82 if (!currencyMatcher.reset(firstPart).matches()) { in main()85 String prefix = currencyMatcher.group(1); in main()86 String suffix = currencyMatcher.group(2); in main()