```<?xml version="1.0" standalone="yes"?>&lt...
# getting-started
i
Copy code
<?xml version="1.0" standalone="yes"?><svg version="1.1" width="383" height="383">
How I can get
width
and
height
value using Regex?
😱 1
😶 4
chat gpt 1
s
Are you asking how to write the regex pattern, or how to use a regex pattern in Kotlin? If you want help writing the pattern, this is probably not the right place to ask
p
🐴 1
🏆 1
🎉 1
1
(yes, pedants, in constrained scenarios regex is a fine tool for this job, but the better, more maintainable option is still going to be a proper XML parser)
t
This website helps me a lot: https://regexr.com/. and this is a great and fun way to learn regex https://regexcrossword.com/ :)
y
This really doesn't belong here on the Kotlin slack. I'd suggest you either ask this in #random or on Stack overflow so that you're more likely to get a correct response