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).
Hello, I want to convert all the text in Variable to upper case. Is there any way to help me? Thanks.
@phamtracanh [[TEXT]].toUpperCase()
@UserTrue thank you very much!
@UserTrue Привет, а за что, тут можно бан получить? Всё увидел, Заблокирован за накрутку кармы на форуме
@BAS-Viet-Nam I just tested it and this is the result. Thank you very much.
@kazecoi97 said in Find a way to solve the "click and hold" captcha.:
Can someone guide me on how to solve the click and hold captcha?
a464a762-d7f8-40bd-be6e-a41aca9d7fca-изображение.png
@elleevans yes, module emulation
@tatat Answered in PM
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