0
Good morning. I have an XML that contains a node as follows:
<endnum>76 AP 10 404</endnum>
<endnum>404</endnum>
It turns out that this value should only be integer, as in the second example, but some contain letters.
I would like to locate all nodes of that field containing letter to replace with <endnum>0</endnum>.
I tried to use Regex and I wasn’t happy.
Someone would know to tell me a solution?