def test_example5(slf): slf.assertEqual(len_react('dabAcCaCBAcCcaDA'), 10)
def test_example3(slf): slf.assertEqual(len_react('abAB'), 4)
def test_example4(slf): slf.assertEqual(len_react('aabAAB'), 6)
def test_example2(slf): slf.assertEqual(len_react('abBA'), 0)