========================= Rule ``mb_str_functions`` ========================= Replace non multibyte-safe functions with corresponding mb function. Warning ------- Using this rule is risky ~~~~~~~~~~~~~~~~~~~~~~~~ Risky when any of the functions are overridden, or when relying on the string byte size rather than its length in characters. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New