In a regular expression string, what is used to match a series of characters 4 digits in length, at the end of a line?

Respuesta :

is added.

Therefore the regular expression string for this is

\d{4}$