( string_info )

凡例
対応コードあり
直接対応していないが代替の書き方あり
対応コードなし
-未確認
( .. )ローカライズまだ
Example Python
pytest
C++
GoogleTest
Swift
Testing
Kotlin
jUnit
Bash
bats
( string_character_size ) len(s) - - - "${#s}"
( string_byte_size ) - - - LC_ALL=en_US.UTF-8 printf '%s' "$1" | wc -c
( string_count_occurrence ) text.count(s) - - - grep -oF ".." | wc -l