dcolley / integromat-facebook-support

0 stars 0 forks source link

😭😭😭😭 I need help with a regular expression. I have a long string of ht... #123

Open dcolley opened 3 years ago

dcolley commented 3 years ago

Source: copied from https://www.facebook.com/groups/integromat/permalink/3968880196555917/

😭😭😭😭

I need help with a regular expression. I have a long string of html code, i.e.

<div class="first>

Some text and some other codes

I need to extract everything in between

and his relative div close.

How can i do this?

dcolley commented 3 years ago

Comment ID: 3968947569882513 I didn't know, I just had a 5 minute look on the interwebs. It's not always that clean REGEX, so your miles may very:

https://regex101.com/r/arBQb9/1

dcolley commented 3 years ago

Comment ID: 3969216666522270 Ness Li is just best for this job.

dcolley commented 3 years ago

Comment ID: 3970201793090424 You can do this using regex

dcolley commented 3 years ago

Comment ID: 3972746822835921

(.+)
<
dcolley commented 3 years ago

Comment ID: 3973294432781160 Show all html file. what you showed is not enough to find the result