cpp:std_strings
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
cpp:std_strings [2023/04/25 14:42] – [Διάτρεξη] gthanos | cpp:std_strings [2023/04/25 14:46] (current) – [Σύγκριση, αναζήτηση, εξαγωγή υπο-αλφαριθμητικών] gthanos | ||
---|---|---|---|
Line 205: | Line 205: | ||
size_t find (char c, size_t pos = 0) const; | size_t find (char c, size_t pos = 0) const; | ||
</ | </ | ||
- | | < | + | | <code cpp> |
size_t rfind (const char* str, size_t pos = npos) const; | size_t rfind (const char* str, size_t pos = npos) const; | ||
size_t rfind (const char* str, size_t pos, size_t n) const; | size_t rfind (const char* str, size_t pos, size_t n) const; |
cpp/std_strings.1682433768.txt.gz · Last modified: 2023/04/25 14:42 by gthanos