Hi,
im not sure if you know, but on bablosoft there is a russian majority, there is an extra russian section.
There is a function for switching tab, just search Tab and it will show all interactions with tab.
REGEX помощь
-
Hi again, guys!! I was trying to extract a text using REGEX. In the visual constructor it works, but not in BAS.
This is the text:<p class="msg-conversation-listitem__message-snippet msg-conversation-card__message-snippet m0 t-14 t-black--light t-normal"> <span class="msg-conversation-card__message-snippet-body display-flex"> <!----> Talented: bababababkdsfjasdf jsda flkasjd flkasdjf laksd falksd fgalskdfkajdfkajsf alijsf laksfj alkf sl kfajsf jas </span> </p> <div class="msg-conversation-card__conversation-status"> <!----><!----> </div> </div> </div>
Это код, который я использовал:
<span\ class="msg-conversation-card__message-snippet-body\ display-flex">\ <!---->([\s\S]*)</span>\ </p>\ <div\ class="msg-conversation-card__conversation-status">\ <!----><!---->\ </div>\ </div>\ </div>