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).
How to Replace String / with \ ?? Thanks for help me brother.
SOLVED , I USED set variable only. thanks !!
@halilhrm0618 said in Parse csv string I'm looking for a different code:
jsimp13:osman8:ericaxx2@freesourcecodxxes.com :sS|1{sWj*4
не могу повторить проблему
Прикрепи проект с проблемой
I wanted to use the bass-remote library on github, but I didn't find an example of how to set string resources
@GaG thanks a lot working like a charm! thanks a lot
@GameBot said in remove all line breaks from a string in BAS:
[[TEXT_TITLE]] = [[TEXT_TITLE]].trim()
Thank you
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