I'm new to regex and I'm trying to use Java to detect a sequence of either: lowercase, uppercase, or digits, but not JUST digits separated by periods. Restriction: No consecutive periods.I'm new to regex and I'm trying to use Java to
I'm new to regex and I'm trying to use Java to detect a sequence of either: lowercase, uppercase, or digits, but not JUST digits separated by periods. Restriction: No consecutive periods.I'm new to regex and I'm trying to use Java to