Multiple lines in "left string"?
-
Sorry I am new to using OpenBullet and software similar to this. I was wondering how I could put multiple lines from log into the string. For example:
(line 1) <span class="profile_label"><b>Account Status:</b></span>
(line 2) <span class="profile_label">Active</span>I try to copy everything before "Active" but it only copies line 1, I tried manually just typing out the 2nd part/line but it does not recognize it. I want to essentially have the left string be " <span class="profile_label"><b>Account Status:</b></span><span class="profile_label"> " while the right string is </span>
-
You can try with
\n
but i STRONGLY recommend you to use css selector, there are plenty of guides on this forum
-
@Ruri said in Multiple lines in "left string"?:
You can try with
\n
but i STRONGLY recommend you to use css selector, there are plenty of guides on this forumI tried \n tho it didn't work sadly, but I'll look around for those guides, thanks for replying