常規表達式(一) (Regular expression) # (1) 基本樣式比對"=~" 與"!~ ... 若比對成功,則print print "It matches\n" if $string =~ /World/; ...
確定! 回上一頁