N
N
ninja op op2020-06-20 09:32:28
Regular Expressions
ninja op op, 2020-06-20 09:32:28

How to remove links from text using REGEX?

How to remove links from text using REGEX?

Any links like:
https://blalbalb
http://12312312312/3sdfsdfsdf.php
etc.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dodo512, 2020-06-20
@dodo512

$text = preg_replace('~https?://\S+~i', '', $text);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question