21 Replies
look like this
101999 ------> 101,999
if 134343342 --->>134,343,342
please help me
i don't know how to put ' , 'this in
the right number is khmer number so don't worry just want to know how to put , in
only " , " this one
please help me
thank you ....!
You'd could assemble the string in a loop, not with
string.Join()
. And, after every 3rd character, insert an additional comma.
You'd need to do that in reverse, too
Since it's 10,000,000
and not 100,000,00
let me do it
thank you
string[] data = str.Split(' '); it is correct or not?
This will split the string by space
So
Angius#1586
REPL Result: Success
Result: string[]
Compile: 457.259ms | Execution: 27.155ms | React with ❌ to remove this embed.
so if there the value with no space this code didn't split right?
Angius#1586
REPL Result: Success
Result: string[]
Compile: 485.236ms | Execution: 29.440ms | React with ❌ to remove this embed.
Correct
ahhh how about i want to like 12 but one value store in array like
arr[0] : 1
arr[1] : 2
A string is already a char array.
Pobiega#2671
REPL Result: Success
Result: char
Compile: 377.976ms | Execution: 28.528ms | React with ❌ to remove this embed.
ohhh i seee
Angius#1586
REPL Result: Success
Console Output
Compile: 671.383ms | Execution: 91.253ms | React with ❌ to remove this embed.
Ah, ninja'd
can you write the code for me i still can't do it man i'm so dumb man
Angius#1586
REPL Result: Success
Result: string
Compile: 569.500ms | Execution: 78.416ms | React with ❌ to remove this embed.
Something like that
thank you so much i'll try it
thank you for helping me i already finish my homework
!solve
/close
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.