Regular Expressions 101

Community Patterns

1...45678...641

Extract form HTML in Make (Integromat)

1

Regular Expression
ECMAScript (JavaScript)

/
<tr bgcolor="#EAF2FA">\s*<td colspan="2">\s*<font style="font-family:sans-serif;font-size:12px"><strong>Prénom \*<\/strong><\/font>\s*<\/td>\s*<\/tr>\s*<tr bgcolor="#FFFFFF">\s*<td width="20"> <\/td>\s*<td>\s*<font style="font-family:sans-serif;font-size:12px">(?<Prenom>.*)<\/font>
/

Description

In Make (Integromat) I want to extra data in email formated in HTML I need to extract : The value for First Name, Last Name, Adresse, Zip code, City

Submitted by anonymous - 10 months ago