positionOfString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t positionOfString(string text, string searchString, bool strict)
  2. size_t positionOfString(string text, string searchString, size_t start, bool strict)
    size_t
    positionOfString
    (
    string text
    ,,
    size_t start = 0
    ,
    bool strict = false
    )

Meta