Add FIXME for failed regexp

This commit is contained in:
misaochan 2016-10-25 17:28:51 +13:00
parent ab4669b99d
commit 3e74809d43

View file

@ -226,6 +226,7 @@ public class CategorizationFragment extends Fragment {
//"(19|20)\\d{2}"
//"\\b(19|20)\\d{2}\\b"
//FIXME: Regex not working
for(Iterator<String> item = mergedItemsList.iterator(); item.hasNext();) {
String s = item.next();
if(s.matches("\\b(19|20)\\d{2}\\b")) {