sanitise_string_special()メソッドsanitise_string_special(string, extra_escapeable = “”)メソッド説明余分な文字をエスケープする。共通変数なし1 sanitise_string(string)で変換後文字列をエスケープ2 extra_escapeableの文字列分ループ 2.1 extra_escapeableを\extra_escapeableで置換し置換後の文字列あるいは配列をstringへ代入3 stringを返す