feat qr previa refs $6477

This commit is contained in:
Sergio De la torre 2024-06-19 08:49:08 +02:00
parent 0e97150278
commit 4640cffc30
2 changed files with 739 additions and 731 deletions

View File

@ -42,7 +42,7 @@ fun EditText.toInt(): Int {
}
fun String.isParking(): Boolean {
val regex = Regex("[\\S-\\S]{5,}")
val regex = Regex("[\\S-\\S]{5}")
return regex.matches(this)
}
fun String.isShelving(): Boolean {