Module strpos

Module strpos 

Source

Structs§

StrposFunc

Functions§

calculate_strpos 🔒
Returns starting index of specified substring within string, or zero if it’s not present. (Same as position(substring in string), but note the reversed argument order.) strpos(‘high’, ‘ig’) = 2 The implementation uses UTF-8 code points as characters
strpos 🔒