Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Przemysław Moskal
Przemysław Moskal has asked
1
questions and find answers to
5
problems.
Stats
252
EtPoint
101
Vote count
1
questions
5
answers
About
Hey! I work in customer service in Poland and I learn programming in Java by night.
Przemysław Moskal questions
Why there is no special regular expression construct for backspace character ("\b") like for \\t, \\n, \\r, and \\f in Java?
Przemysław Moskal answers
Remove Whitespaces ONLY at the end of a String (java) [duplicate]
How to split expression by comma and space in Java?
No enclosing instance is accessible. Must qualify the allocation with an enclosing instance of type (e.g. x.new A() where x is an instance of ) [duplicate]