Textbox: Remove Special Characters & Emoji from the Textbox

Simple use, Regex extension

1 Like

Ref here

[quote="[Free] Regex Extension to work with regex, post:1, topic:117464"]
xtension to work with Regex
[/quote]

How to use it though? can you show me a block for automatically removing a Emoji from the Textbox?

Simple, visit the above link

When text box text on changed
Set text box text to (block given in the above topic)

An example using @Kevinkun regex extension

image

2 Likes

its not working

1 Like

Its not working, it doesnt do anything, if you think my Blocks is incorrect, please show a correct blocks thank you

Working fine

1 Like

Only one account is allowed in community. Which one should I delete @Mel_Imperial or @Future_Applications ?

Mel Imperial

Sorry I didnt know about that one

1 Like

It works now, i just notice that it needs to have a Space at last for it to work

In #post11 there was no space in example and it worked

idk why it doesnt work on mine if without space at last

Because you have a space after Z, remove it

it works with Space on the Last

Use this in pattern [^a-zA-Z] not [^a-zA-Z ]

1 Like

alright, Thankyou

All the posts about regex are toking as if there is only one language in the world [a-z]

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.