positionsOfString

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

Meta