Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi can i send telegram message with newline?? example: email = email pass = pass
@enemy You can use an action template or \n select the expression type
thanks for your reply not worked
https://api.telegram.org/bot<token>/sendMessage?chat_id=id_chat&text=<b>[18:08:17] </b>a%20%5Cn%20b%20%5Cn%20c%20%5Cn&parse_mode=HTML
parse_mode=HTML
html code for new line is <br> text </br>
@halilhrm0618 you can try regular expression as >\d{6}</td> then use again regular expression \d{6}
any one help plase
@Melinda said in Change the text "Thread succeeded with message":
Is it possible to do it?
No, this can only be changed when using the web interface.
Also have a problem with regex
Trying to solve this captcha:
Oblicz: 9 + 7 = 16 *
My regex is: [\s\S]+([\d+])[\s\S]+ .. but it always gives me only last number which is 6 in this case.
EDIT: Solved