space tag

12 questions


1 answers
103 views
0
Google Workspace Marketplace Does Not Review "Menu options not show after App is Installed"

Hello,I created an add-on to a Google spreadsheet and applied to Google Workspace Marketplace, but no matter how many times I communicate with them, the reviewer will reject me if I don't see the menu...


1 answers
101 views
0
What is the role of __all__ in Python?

I'm studying Python. In the _init__.py file,__all__ <- I keep looking at itWhat do you use this for?

1 years ago

1 answers
109 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
91 views
0
How can I safely remove the front and back gaps in Java?

For example, Hello. Good morning. If there's a string like that, I want to say, Hello, good morning. But I want to make a regular meal that solves this problemI wonder if the method is supported.

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
138 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
67 views
0
Why don't you use using namespace std?

Why don't you write using namespace std;?Like std::out, std::cin, std::cin, I don't know why.Is it inefficient? Or is it because the variables are at risk of blurring?Does it affect the performance of...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.