Skip to content
B0Bka edited this page Mar 25, 2021 · 3 revisions
  1. Text between strings preg_match('/(?<=PROPERTY_).*?(?=_VALUE)/', $key, $code);

  2. Only digits $clearPhone = preg_replace( '/[^0-9]/', '', $phone );

  3. Get src from iframe preg_match('/(?<=src=").*?(?=[\*"])/', $iframe, $code);

Clone this wiki locally