memrootじしょ
英和翻訳
whitespace
flash memory
manacles
Front-end
whitespace
ˈwaɪtˌspeɪs
ホワイトスペース
1.
テキストやデータにおける空白部分。スペース、タブ、改行などが含まれる。
文章やプログラミングコードなどで、文字としては表示されないが、単語や要素の間隔を調整するために使われるスペース、タブ、改行などのことを指します。視覚的な整理や読みやすさのために重要です。
Please
remove
any
leading
or
trailing
whitespace
from
the
input
string.
(入力文字列の先頭または末尾にある空白を削除してください。)
Please remove
削除してください
any leading or trailing
先頭または末尾の
whitespace
空白(スペース、タブ、改行など)
from the input string.
入力文字列から。
In
programming,
proper
use
of
whitespace
improves
code
readability.
(プログラミングにおいて、適切な空白の使い方はコードの可読性を向上させます。)
In programming,
プログラミングにおいて、
proper use
適切な使用
of whitespace
空白の
improves code readability.
コードの可読性を向上させます。
Be
careful
not
to
include
extra
whitespace
when
entering
the
password.
(パスワードを入力する際は、余分な空白を含まないように注意してください。)
Be careful
注意してください
not to include
含めないように
extra whitespace
余分な空白
when entering the password.
パスワードを入力する際に。
The
parser
ignores
all
whitespace
characters
between
tokens.
(そのパーサーは、トークン間のすべての空白文字を無視します。)
The parser
そのパーサーは
ignores
無視します
all whitespace characters
すべての空白文字を
between tokens.
トークン間に。
関連
Space
tab
newline
carriage return
blank
indentation
formatting
code
text