not sure what\'s going on here.
I have code that works fine in iOS:
const bolds = /\\*\\*([^\\*]+)\\*\\*/g; const italics = /[^\\*]\\*([^\\*]+)