UNPKG

bbcode-react-native-view

Version:
25 lines (17 loc) 423 B
const Parser = require( "./src/Parser"); const message = ` Test string [url=https://www.google.com]Go to Google[/url] [COLOR=rgb(41, 105, 176)]Color Text[/COLOR] [RIGHT]Left Content[/RIGHT] [CENTER]Center content[/CENTER] List [LIST=1] [*]Item 1 [*]Item 2 [*]Item 3 [URL='https://google.com']Go to Google[/URL] [/LIST] [RIGHT][/RIGHT] `; const tagMap = Parser(message); console.log(JSON.stringify(tagMap, null, 2));