79761861

Date: 2025-09-11 11:35:07
Score: 0.5
Natty:
Report link

With the REGEXEXTRACT function it is quite easy:

=REGEXEXTRACT(A61,"(?<=px="""").+?(?="""")")

It is accepting a single quotation mark within the encapsulated text too.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Black cat