I have been looking through the spice instant answer source code. Yes, I know it is in maintenance mode, but I am still curious.
The documentation makes it fairly clear that the primary spice to
API gets its numerical parameters $1
, $2
, etc. from the handle
function.
My question: should there be secondary API calls included with spice alt_to
as, say, in the movie spice IA, where do the numerical parameters to that API call come from?
Note, for instance, the $1
in both the movie_image
and cast_image
secondary API calls in spice alt_to
at the preceding link. I am asking which regex capture returns those instances of $1
.