Example: Check if a needle exists in string: public static int main (string[] args) { // Output: ``true`` bool res = "1234567890".contains ("678");
確定! 回上一頁