# ⭐ Suggestion Column width is now computed with string allocation, we can use `checked_ilog10` to simplify it. ```bash sg -p '$A.to_string().chars().count()' ``` <img width="789" alt="image" src="https://github.com/ast-grep/ast-grep/assets/2883231/6cf89c9d-ab0b-4ed3-8a32-874812390070"> # 💻 Use Cases ```bash sg -p '$A.to_string().chars().count()' -r '$A.checked_ilog10().unwrap_or(0) + 1' ```