Hello
I'm customizing UE to do some highlighting for SIP messages and I cannot create the proper Function.
I want to search for all the strings starting with 'SIP/2.0'
and display in the functions list only the rest of the line.
The typical line could be:
SIP/2.0 401 Authentication required
SIP/2.0 100 Trying
and I want to see:
401 Authentication required
100 Trying
thanks!
I'm customizing UE to do some highlighting for SIP messages and I cannot create the proper Function.
I want to search for all the strings starting with 'SIP/2.0'
and display in the functions list only the rest of the line.
The typical line could be:
SIP/2.0 401 Authentication required
SIP/2.0 100 Trying
and I want to see:
401 Authentication required
100 Trying
thanks!