![]() |
Home | Libraries | People | FAQ | More |
boost::algorithm::istarts_with — 'Starts with' predicate ( case insensitive )
// In header: <boost/algorithm/string/predicate.hpp> template<typename Range1T, typename Range2T> ( Input, Test, Loc = );
This predicate holds when the test string is a prefix of the Input. In other words, if the input starts with the test. Elements are compared case insensitively.
![]() |
Note |
---|---|
This function provides the strong exception-safety guarantee |
Parameters: |
|
||||||
Returns: |
The result of the test |