Something went wrong with java code...... | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Something went wrong with java code......

https://www.sololearn.com/post/405275/?ref=app

16th May 2020, 2:29 AM
V Chandu
V Chandu - avatar
2 Respostas
+ 1
dot (or period) is a meta charecter in regex. It matches any single charecter. If you want to match exactly a dot (and not *any charecter*) you'll need to escape dot with backward slash. use "\\." instead of "."
16th May 2020, 2:49 AM
šŸ‡®šŸ‡³OmkaršŸ•‰
šŸ‡®šŸ‡³OmkaršŸ•‰ - avatar
+ 1
šŸ‡®šŸ‡³OmkaršŸ•‰ thanks it's working...šŸ˜‡
16th May 2020, 3:30 AM
V Chandu
V Chandu - avatar