positionOfStrings

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

Meta