delimiter
「delimiter」的意思
n. [计] 定界符
[计] 定界符,分隔符
「delimiter」的用法
delimiter分隔符 - 用于分隔字符串或数组中的元素。
「delimiter」的例句
The delimiter used in the CSV file is a comma.
CSV文件使用的分隔符是逗号。
In PHP, the delimiter for heredoc syntax is <<<.
在PHP中,heredoc语法的分隔符是<<<。
The delimiter between the two strings is a space.
两个字符串之间的分隔符是一个空格。
The delimiter used in the URL is a question mark.
URL中的分隔符是一个问号。
In SQL, the delimiter for stored procedures is usually a semicolon.
在SQL中,存储过程的分隔符通常是分号。
The delimiter between the elements of an array is a comma.
数组元素之间的分隔符是一个逗号。
The delimiter used in the regular expression is a forward slash.
正则表达式中的分隔符是一个斜杠。
In HTML, the delimiter for comments is .
在HTML中,注释的分隔符是。
The delimiter between the keys and values in an associative array is a colon.
关联数组中键和值之间的分隔符是一个冒号。