Which Django function should be used if a complex regular-expression-based URL pattern is required instead of the simpler path()?
url()
complex_path()
re_path()
fancy_path()
This question is part of this quiz :