![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Functions | |
| static std::optional< size_t > | find_nth (const std::string_view &s, const char c, size_t n) | 
| Finds n-th occurence of character c in string s.  More... | |
      
  | 
  static | 
Finds n-th occurence of character c in string s.
| s | string to search in | 
| c | character to search for | 
| n | which occurence of c in s we are looking for |