# Correggi le virgolette dopo l'importazione phpBB

**URL:** https://meta.discourse.org/t/fix-quotes-after-phpbb-import/79133
**Category:** Support
**Created:** [27 Gennaio 2018, 1:39am UTC](https://meta.discourse.org/t/fix-quotes-after-phpbb-import/79133 "2018-01-27T01:39:46Z")
**Posts on this page:** 2
**Page:** 5

<div class="post-metadata">

### Author: ![cmwebdev](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cmwebdev/32/122368_2.png) [@cmwebdev](https://meta.discourse.org/u/cmwebdev)
#### Post date: [2 Maggio 2018, 1:14am UTC](https://meta.discourse.org/t/fix-quotes-after-phpbb-import/79133/81 "2018-05-02T01:14:24Z")

</div>

Looking for some help with these really annoying glow tags. This is how they show up:

> [glow=red,2,300]text[/glow]

I tried:

```plaintext
UPDATE posts set raw = regexp_replace(raw, '\[(glow)=red,\d{0,8},\d{0,3}\]', '', 'g') where raw like '%glow%';`

```

That returns this error: `Invalid command \[(glow)=red,. Try \? for help.`

I also tried it by escaping the commas and that just returns nothing.

Thanks in advance!

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [8 Giugno 2024, 12:37pm UTC](https://meta.discourse.org/t/fix-quotes-after-phpbb-import/79133/82 "2024-06-08T12:37:30Z")

</div>

Questo argomento è stato chiuso automaticamente dopo 2324 giorni. Non sono più consentite nuove risposte.

[Pagina precedente](https://meta.discourse.org/t/fix-quotes-after-phpbb-import/79133.md?page=4)
