I would like to extract word from tag like
<li>{firstname} {last name}</li>
So, can I get extract strings "firstname" and "last name" using javascipt or jquery?
Actually I think I have made some mistake to explain.
my String looks like
<li><a href="#contactDetail">{firstname} {lastname}</a></li>
here i would like to know how many parameters available means {first..} {last...} that can be only {fi..} and I would like replace with some other parameters.
So, I have a list of array which includes many parameters like firstname, lastname, address and so on... now I would like to replace that with according to what i will get from string.
Hopefully, I have tried my best to explain my problem.
Jan Willen van Boeken, whereJan Willenis his first name,van Broekenhis last name. NO way to detect that...