S
shapper
Hello,
I have a string which has the following format (I give 2 examples):
"FirstWord468x60SecondWord"
"FirstWord5x172SecondWord"
I need to get the numbers 468 and 60, or 5 and 172 into strings
FirstNumber and SecondNumber.
How can I do this?
Can I use a Regex?
Thanks,
Miguel
I have a string which has the following format (I give 2 examples):
"FirstWord468x60SecondWord"
"FirstWord5x172SecondWord"
I need to get the numbers 468 and 60, or 5 and 172 into strings
FirstNumber and SecondNumber.
How can I do this?
Can I use a Regex?
Thanks,
Miguel