Skip to content

Instantly share code, notes, and snippets.

@nikitagruia-dev
Last active July 26, 2019 14:16
Show Gist options
  • Save nikitagruia-dev/1a7d668155834c3628302b87e94a8060 to your computer and use it in GitHub Desktop.
Save nikitagruia-dev/1a7d668155834c3628302b87e94a8060 to your computer and use it in GitHub Desktop.
regex for parsing hph vars from html
<!-- Regex below -->
<!-- [\$\{]([^}]+)\} -->
<body>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial';">MODEL ADEVERINb ANGAJATOR</span></p>
<p>&nbsp;</p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">Antetul unitc</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">ii (${Societa</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">te</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">a}, ${Adresa S</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">.C</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">.}, ${</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">CUI})</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">Nr. ${Numar Inregistr</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">are}, d</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">ata ${D</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">ata}</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;"> b  </span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;"> Se adevere_te prin prezenta c doamna </span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">/</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;"> domnul ${Prenume </span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">s</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">i Nume} este / a fost încadrat /  în unitatea noastr în </span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">funccia de </span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">$</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">{Func</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000; vertical-align: super;">t</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000; vertical-align: super;">i</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">a}, norm</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">e</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;"> la data de ${Da</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">t</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">a angajare} pân</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">ata finala}, exercitând efectiv, legal _</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">i neîntrerupt2 activitcile profesionale pe</span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;"> </span></p>
<p style="margin-top: 0; margin-bottom: 0;"><span style="font-family: 'Arial'; color: #000000;">a</span></p>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment