Method has_prefix()
- Method
has_prefix
inthas_prefix(string|objects,stringprefix)- Description
Returns
1if the stringsstarts withprefix, returns0(zero) otherwise.When
sis an object, it needs to implement lfun::_sizeof() and lfun::`[].- See also