programming-language文字列で終わる(EndsWith)On this pageで終わる(EndsWith) Python pystr1.startswith('abc')str1.endswith('abc') Swift css.hasSuffix("abc") Ruby rbstr1.start_with?('abc')str1.end_with?('abc') PowerShell powershell$s.EndsWith() C# css.EndsWith("abc") 📩 ご意見・ご感想はこちらから