this game is region blocked so you probably cant see it on your app store
you need to DL an app called taptap 1st
than DL uma musume pretty derby from there
@ZORO
public Point pointRegex(String str2Check) {
// "[-+]?[0-9]{1,13}(\\.[0-9]*)?" for double numbers
String theRegex = "[-+]?[0-9]{1,13}";
Point result = new Point(0, 0);
ArrayList<String> list = new ArrayList<String>();
Pattern checkRegex =...