noun
quoted string; quoted character string
Computing term for a string literal enclosed in quotation marks.
プログラム中で引用文字列を正しく扱う必要がある。
You need to handle quoted strings correctly in the program.
文字列 is a general character string, while 引用文字列 specifically refers to a string enclosed in quotation marks.
Compound of 引用 (quotation) and 文字列 (character string).