so using http request i scraped out the data from site but now i m stuck while trying to extract the specific data from whole using regexs
<b>Birthname<\/b><\/td>\s*<td>([^<]+) and <b>born on<\/b><\/td>\s*<td>(\d{1,2} \w+ \d{4} at \d{1,2}:\d{2}) and <b>Place<\/b><\/td>\s*<td>([^<]+),\s*<small>([^<]+)<\/small>
can anyone plz guide on how to go about this…thank u in advance