discourse/script/import_scripts/phpbb3/support
Canapin ea2fd75d10
DEV: Fix some regexes in phpBB3 import script (#15829)
1. bbcode hashes don't always have exactly 8 characters.

2. colors aren't always hex values, it can be a color string ("red", "blue", etc).

3. The closing tag of smileys doesn't always include a `:` character (the start of the regex was already right for this particular issue)
2022-02-07 16:16:46 +01:00
..
bbcode Improvements to phpBB3 import script (#10999) 2021-01-14 21:44:43 +02:00
constants.rb
settings.rb Improvements to phpBB3 import script (#10999) 2021-01-14 21:44:43 +02:00
smiley_processor.rb DEV: Fix some regexes in phpBB3 import script (#15829) 2022-02-07 16:16:46 +01:00
text_processor.rb DEV: Fix some regexes in phpBB3 import script (#15829) 2022-02-07 16:16:46 +01:00