whitespace tag

7 questions


1 answers
108 views
0
How do I safely remove spaces before and after?

Everything I come up with is a clicheIs there a standard for removing space characters before/after?I hope it's a very standard look good, safe code.

1 years ago

1 answers
106 views
0
Remove list space

How do I get rid of the blanks on the list? Spaces have become list components, so how do I get rid of them all?Result value ['[', ', '\n', '\r', '', '\n', '\r', '', '', '\n', '\r', '', ', '\n', '\r',...

1 years ago

1 answers
87 views
0
I want to remove all blank characters in the string, but only the first and last spaces are removed

How do I get rid of all the gaps at the beginning, middle, and end of a string?My code only removes the spaces at the beginning and end, but I want to remove all the gapsdef my_handle(self): sentence ...


1 answers
136 views
0
Removing a space from a string

mysz=name=johnage=13year=2001;I looked for a string of this type because I wanted to erase the space, and there is a method called trim() that removes only the front and back spaces of the string, so ...

1 years ago

1 answers
72 views
0
To determine if a String string has spaces in Java

Please tell me how to check if there is a space in the string in Java. I'm getting a string, but if the user enters only spaces, I don't want to let them enter only spaces, but I think I can see that ...

1 years ago

1 answers
67 views
0
[javascript] I want the value to be blank when you press the Clear button.

There are windows 1 and 2.If you press any button in window 1, window 2 appears.Window 1 contains a value of a.In window 2, you can change the value of a to another value (double-click or press enter ...

1 years ago

1 answers
99 views
0
Ubuntu Boot Black Screen

Due to the change of seat, the analysis right hand throw was turned off (normal end) and the seat was moved and turned on.However, the result is that when you boot, only the black screen appears (the ...

1 years ago

© 2024 OneMinuteCode. All rights reserved.