EN VI
Posts (0)
Questions (2)
2024-03-13 08:30:04
.Split uses the public string[] Split(params char[] separator); overload by default, in your example this means that the ', ###, ' is first converted to a char array [char[]] ', ###, ' and then split...
Tags: powershell split substring
2024-03-15 01:30:05
For starters the function fgets can append the new line character '\n' to the entered string. You should either remove it for example like str[strcspn( str, "\n" )] = '\0'; or take into account in yo...
Tags: c# if-statement substring

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login