# Check if a password entered by a user is valid based on two conditions: # 1. It must have at least 8 characters (using len()). # 2. It must contain at least one ...
// Created by Felipe Lefèvre Marino on 4/3/18. /// The offset from end index to the index _right after_ the last number in the String. /// e.g. For the String "123some", the last number position is 4, ...