Does anyone know how to parse "Test1" and "Test2" without whitespace in Sentry.
Here is the example code
The result should look this
Parse1: Test1 Parse2: Test2
Here is the example code
Code:
<li>
Test1
</li>
<li>
Test2
</li>
Parse1: Test1 Parse2: Test2