========================= 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. Examples -------- Example #1 ~~~~~~~~~~ .. code-block:: diff --- Original +++ New @@ -1,13 +1,13 @@