Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
Organix (сухие корма) для собак малых пород, с курицей, Adult Dog Small Breed Chicken (800 г)
"800 г"
(index):474 Uncaught TypeError: Cannot read property 'innerText' of null at (index):474 at Array.map () at (index):474
(index):512 Uncaught TypeError: Cannot read property 'textContent' of undefined at (index):512 at NodeList.forEach () at (index):510
var test = "1. Иванов Петя"; test = test.replace(/^\S+ /, '') console.log(test);
$test = "1. Иванов Петя"; $regexp = "/^\S+ /, ''"; $result = preg_match($regexp, $text, $match); print_r($result);