In the previous video, we created the password checker, but we did not implement the last rule: password has to end with a number

How would you go about changing the regex we created in the previous video to accommodate that rule? Give it a try and check out the solution regex in the solution Repl!