feat qr previa refs $6477
This commit is contained in:
parent
0e97150278
commit
4640cffc30
|
@ -42,7 +42,7 @@ fun EditText.toInt(): Int {
|
||||||
}
|
}
|
||||||
|
|
||||||
fun String.isParking(): Boolean {
|
fun String.isParking(): Boolean {
|
||||||
val regex = Regex("[\\S-\\S]{5,}")
|
val regex = Regex("[\\S-\\S]{5}")
|
||||||
return regex.matches(this)
|
return regex.matches(this)
|
||||||
}
|
}
|
||||||
fun String.isShelving(): Boolean {
|
fun String.isShelving(): Boolean {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue