January 22, 2020
const regExp2 = new RegExp(`[^D]`, 'g') console.log('DADBDC'.match(regExp2))
Find answer in the record