There is a string: string a = "<rand()|1|3|2>" .
It is necessary to find this rand() number if it comes before the number < , and immediately after | .
How to do it?
" . It is necessary to find this rand() numbe...">
There is a string: string a = "<rand()|1|3|2>" .
It is necessary to find this rand() number if it comes before the number < , and immediately after | .
How to do it?
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
Source: https://ru.stackoverflow.com/questions/907962/
All Articles