Skip to content

Commit

Permalink
Update StringExt.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 authored Sep 2, 2024
1 parent 9e8934a commit 2664228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ internal fun String.removeAndroidMirroringFormat(): String {
// Remove android format from string
return replace("""\'""", "'")
.replace("""\"""", "\"")
.replace("""\?""", "?")
.replace("""\?""", "?")
}

internal fun String.convertXmlStringToAndroidLocalization(): String {
Expand Down

0 comments on commit 2664228

Please sign in to comment.