mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-20 09:43:08 +00:00
@@ -2,7 +2,7 @@ package com.topjohnwu.magisk.extensions
|
|||||||
|
|
||||||
import android.content.res.Resources
|
import android.content.res.Resources
|
||||||
|
|
||||||
val specialChars = arrayOf('!', '@', '#', '$', '%', '&', '?')
|
val specialChars = arrayOf('!', '@', '#', '$', '%', '&', '?')
|
||||||
|
|
||||||
fun String.replaceRandomWithSpecial(passes: Int): String {
|
fun String.replaceRandomWithSpecial(passes: Int): String {
|
||||||
var string = this
|
var string = this
|
||||||
|
Reference in New Issue
Block a user