AT
у меня есть строка all
console.log(typeOf all) ->string
console.log(all.length) -> 67
console.log(all.lastIndexOf('а')) -> -1, но такая подстрока есть в строке all
console.log(all.match(тут регулярка)[1] -> TypeError, Object Doesn't Support this Property or Method