- Jun 6, 2020
- 11,559
- 4,422
following this thread
[H3]
I am planning to use xclv as a chatbox with supporting of animated gifs in it like animated smilyes ..
I am using String builder along with regex to create a string and replace some regex matches with new string
i know that i can simply use string.replace but that is not the case that i aim for
simply i have a string just looks like that
" hello -) how is everything -) "
i have set the makepattern function to use string builder to remove each -) character and create an image string and replace the targeted character with it
i have used substring to remove the matched character in the regex pattern and then i have added the new image string inside the stringbuilder
but the output comes backword "-) everything is how -) hello"
what i am doing wrong ?
B4X:
[H3]
برای دیدن لینک ها باید ثبت نام کنید
[/H3]I am planning to use xclv as a chatbox with supporting of animated gifs in it like animated smilyes ..
برای دیدن لینک ها باید ثبت نام کنید
i have followed this tutorial that posted previously by using regex and csbuilder...
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
I am using String builder along with regex to create a string and replace some regex matches with new string
i know that i can simply use string.replace but that is not the case that i aim for
simply i have a string just looks like that
" hello -) how is everything -) "
i have set the makepattern function to use string builder to remove each -) character and create an image string and replace the targeted character with it
i have used substring to remove the matched character in the regex pattern and then i have added the new image string inside the stringbuilder
but the output comes backword "-) everything is how -) hello"
what i am doing wrong ?
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید