Unlock this challenge:
What does the {id<\d+>} part mean in the route /starships/{id<\d+>}?
{id<\d+>}
/starships/{id<\d+>}
It specifies a placeholder for an integer number
It allows the route to accept special characters
It matches any string input
It restricts the route to accept only alphabetic characters