| [`skip while`](/commands/docs/skip_while.md) | `itertools.dropwhile` | | | `skip_while` |
| [`sort-by`](/commands/docs/sort-by.md) | `sorted`, `list.sort` | `sortedBy`, `sortedWith`, `Arrays.sort`, `Collections.sort` | `sort` | `sort` |
| [`split row`](/commands/docs/split_row.md) | `str.split{,lines}`, `re.split` | `split` | `views::split` | `split` |
| [`str`](/commands/docs/str.md) | `str` functions | String functions | String functions | `&str`, String functions |
| [`str join`](/commands/docs/str_join.md) | `str.join` | `joinToString` | | `join` |
| [`str trim`](/commands/docs/str_trim.md) | `strip`, `rstrip`, `lstrip` | `trim`, `trimStart`, `trimEnd` | Regex | `trim`, `trim*{start,end}`, `strip*{suffix,prefix}` |
| [`math sum`](/commands/docs/math_sum.md) | `sum` | `sum` | `reduce` | `sum` |
| [`to`](/commands/docs/to.md) | `import csv`, `json`, `sqlite3` | | | |