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