Change Password

What does the regular expression ^a...s$ match?
Any seven-letter string starting with 'a' and ending with 's'
Any string starting with 'a' and ending with 's'
Any five-letter string starting with 'a' and ending with 's'
Any string containing 'a' and 's'