MATLAB: Undefined function or variable ‘extractBetween’.

extractbetweenfunctionnot foundundefinedvariable

I use Matlab 2016 and when I try the following command I get this error:
list = extractBetween(html,<h3 class=”” title=,</a></h3><p>);
Undefined function or variable 'extractBetween'.
I also searched in help but I got:
extractbetweenextractbetween not found.
What is the problem and how can I fix?