Deleted some content left to remove after replacement

This commit is contained in:
DestroyerBDT 2024-06-03 13:14:50 +05:30 committed by GitHub
parent 7f3f87e192
commit 73e238195e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -437,8 +437,3 @@ fun main() {
println(description)
}
```
="f4 mt-3">\s*(.*)?\s*<""")
val description = descriptionRegex.find(response.text)?.groups?.get(1)?.value
println(description)
}
```