1. Characters or symbols used to mark the boundaries or divisions between different sections of text, data, or code
In CSV files, commas are commonly used as delimiters to separate values.
Em arquivos CSV, vírgulas são frequentemente usadas como delimitadores para separar valores.
2. In programming, special characters that define the start and end of a string, array, or other data structure
The programmer used brackets as delimiters for the array elements.
O programador usou colchetes como delimitadores para os elementos do array.