You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int r3_parse_slugs( char * path, char ** slugs )
this function parses the slug names from the path.
this function returns the length of the slugs. each slug is a null-terminated strings.
int r3_parse_slugs( char * path, char ** slugs )
this function parses the slug names from the path.
this function returns the length of the slugs. each slug is a null-terminated strings.
r3_apply_slugs( char * path, ...)
this function applies the variables into the slugs by the ordering. so an URL generator could be implemented.
The text was updated successfully, but these errors were encountered: