What is the difference between these two?
let k1 = m.split(/(\\s+)/)
let k2 = m.split(/\\s+/)
For this string I am B