This website works better with JavaScript.
Explore
Help
Sign In
ws.jung
/
android-qa
Watch
1
Star
0
Fork
You've already forked android-qa
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
3
Branches
0
Tags
374 KiB
Kotlin
100%
Tree:
0a85a0b0b5
develop
feature/RD-212
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '0a85a0b0b5'
${ noResults }
android-qa
/
src
/
main
/
kotlin
/
tv
/
anypoint
/
proxy
/
util
/
StringUtil.kt
3 lines
85 B
Raw
Blame
History
package
tv.anypoint.proxy.util
fun
String
.
removeNewLines
(
)
=
this
.
replace
(
"
\n
"
,
"
"
)
Reference in new issue
Copy Permalink