( string_search )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( count_occurrence ) | → | - | - | - | - |
| ( index_of_string ) | find, index | - | - | - | - |
| ( index_of_string_not_found ) | -1 / exceptionh | - | - | - | - |
| ( index_of_string_from_end ) | → | - | - | - | - |