Top "Comma" questions

Comma ',' is used to indicate a separation of elements within a list, such as an array, or parameters accepted by a function.

Awk & Sort-Output as Comma Delimited?

I am trying to get this to output as comma delimited. The current version doesn't work at all (I get …

bash shell awk comma delimited
Angular ng-repeat for comma separated strings

I've a question in angularjs. In my controller, I've a comma separated string, and I will show it in my …

angularjs angularjs-ng-repeat comma
Regex a decimal number with comma

I'm heaving trouble finding the right regex for decimal numbers which include the comma separator. I did find a few …

regex decimal comma
How to make a list of T-SQL results with comma's between them?

Suppose we have a simple query like this: SELECT x FROM t WHERE t.y = z If we have one …

sql sql-server-2008 tsql comma
T-SQL How to convert comma separated string of numbers to integer

I get the error "Conversion failed when converting the nvarchar value '23,24,3,45,91,' to data type int." The error seems …

sql string comma delimited
C++ - Read in file lines separated by a comma

I tried looking up what I'm trying to do but I cant find specifically what I'm trying to do. I …

c++ ifstream getline comma
Add quotation marks to comma delimited string in PHP

I have a form which is a select multiple input which POSTs values like this: option1,option2,option3 etc.. How …

php string comma delimited quotation-marks
Remove trailing commas at the end of the string using Perl

I'm parsing a CSV file in which each line look something as below. 10998,4499,SLC27A5,Q9Y2P5,GO:0000166,GO:0032403,…

perl csv comma trailing
Read comma separated properties with configuration2 in java

I have this property: move.patternfile.include = *1a.txt,*2a.txt and I'm trying to put it in a list, …

java comma
How to check if float is a whole number?

There is some kind of function for the printf function in which you can use %g, which will show the …

c++ numbers integer comma