We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1921e commit f99e99bCopy full SHA for f99e99b
reference/string/basic_string.md
@@ -139,7 +139,7 @@ namespace std {
139
| [`find_first_of`](basic_string/find_first_of.md) | 最初に現れる指定文字を検索する | |
140
| [`find_last_of`](basic_string/find_last_of.md) | 最後に現れる指定文字を検索する | |
141
| [`find_first_not_of`](basic_string/find_first_not_of.md) | 先頭から、指定文字が見つからない位置を検索する | |
142
-| [`find_last_nof_of`](basic_string/find_last_not_of.md) | 末尾から、指定文字が見つからない位置を検索する | |
+| [`find_last_not_of`](basic_string/find_last_not_of.md) | 末尾から、指定文字が見つからない位置を検索する | |
143
| [`substr`](basic_string/substr.md) | 部分文字列を取得する | |
144
| [`compare`](basic_string/compare.md) | 他の文字列との比較を行う | |
145
| [`starts_with`](basic_string/starts_with.md) | 指定の文字列で始まるかを判定する | C++20 |
0 commit comments