I have have the following strings
s1 = "/url/{part}"
s2 = "/url/{code}"
How can I extract the named arguments from the above strings, and get part
and code
?
I have have the following strings
s1 = "/url/{part}"
s2 = "/url/{code}"
How can I extract the named arguments from the above strings, and get part
and code
?