( string_info )
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 |
|---|---|---|---|---|---|
| ( string_character_size ) | len(s) | - | - | - | - |
| ( string_byte_size ) | → | - | - | - | - |
| ( string_count_occurrence ) | text.count(s) | - | - | - | - |