Find a string with brackets inside....
#1

I want to use strfind to get this code :
Code:
onmouseout="this.style.backgroundColor='#fff'">
This aint work :
Code:
strfind(cc_content,"on‌mouseout=""this.style.backgroundColor=""""ss#fff""'"""">");
Can you tell me, how pawn can handle with brackets in the string ?
Reply
#2

pawn Code:
\"
is a placeholder for "
Reply
#3

Just use '\' before the brackets.
Will give us: \"%s\"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)