Title: RegEx code
Last modified: February 11, 2022

---

# RegEx code

 *  Resolved [promohunt](https://wordpress.org/support/users/promohunt/)
 * (@promohunt)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/regex-code/)
 * Hello Marios. Thank you for a simple and efficient plugin.
    Dear Marios – tell
   me if I have many text links of this kind Example: <h2>Registration:</h2><p></
   p><p>[https://www.instagram.com/p/*****/</p></div&gt](https://www.instagram.com/p/*****/</p></div&gt);
 * How can I make them like this?
    <h2>Register:</h2><p></p><p>**[https://www.instagram.com/p/\*\*\*\*\*\*/](https://www.instagram.com/p/******/)**
   </p>< /div>
 * That is, all over the site to highlight text links in bold?
 * Included RegEx used these options [https://qastack.ru/programming/6038061/regular-expression-to-find-urls-within-a-string](https://qastack.ru/programming/6038061/regular-expression-to-find-urls-within-a-string)–
   do not work (site unavailable – white page)
 * Can it be done? Thanks in advance

Viewing 1 replies (of 1 total)

 *  Plugin Author [Marios Alexandrou](https://wordpress.org/support/users/marios-alexandrou/)
 * (@marios-alexandrou)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/regex-code/#post-15355459)
 * When you get a white page it means that the regex has an error. I would start
   with a very simple regex rule to confirm you’ve got the basic syntax right and
   then build on it.
 * One other thing to note is that when you using regex you need to start and end
   with a regex delimiter i.e. typically the forward slash. And regex also requires
   you to “escape” special characters so you’ll need to look up the list of special
   characters.

Viewing 1 replies (of 1 total)

The topic ‘RegEx code’ is closed to new replies.

 * ![](https://ps.w.org/real-time-find-and-replace/assets/icon-256x256.png?rev=1347950)
 * [Real-Time Find and Replace](https://wordpress.org/plugins/real-time-find-and-replace/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/real-time-find-and-replace/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/real-time-find-and-replace/)
 * [Active Topics](https://wordpress.org/support/plugin/real-time-find-and-replace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/real-time-find-and-replace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/real-time-find-and-replace/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Marios Alexandrou](https://wordpress.org/support/users/marios-alexandrou/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/regex-code/#post-15355459)
 * Status: resolved