S
S
Sashqa2019-11-15 16:21:34
Regular Expressions
Sashqa, 2019-11-15 16:21:34

Regular for finding a value?

Comes xml from the server. I need to get a value from a certain tag from there, please tell me with a regular expression
<ns1:tag>0</ns1:tag>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daria Motorina, 2019-11-15
@Sashqa

https://regex101.com/r/soXRIr/2
\<ns1:tag\>(.*)\<\/ns1:tag\>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question