Quantcast
Channel: CrackingForum - Cracking Downloads, Cracking Tutorials, Premium Accounts - Cracking Discussions & Help
Viewing all articles
Browse latest Browse all 129

Parsing - Removing white space in Sentry

$
0
0
Does anyone know how to parse "Test1" and "Test2" without whitespace in Sentry.

Here is the example code

Code:

<li>                                                                       
                                      Test1 
</li>
<li>                                                                       
                              Test2   
</li>

The result should look this

Parse1: Test1 Parse2: Test2

Viewing all articles
Browse latest Browse all 129

Trending Articles