Jump to content
UBot Underground

How To Remove Simple Letters


Recommended Posts

Hello I need to know how I can delete simple letters without meaning or select only words that contain more than 2 letters

 

Example here:

a ubot studio email 15

u ubot studio email sender 78

1a ubot studio eval 5

5f ubot studio examples

d ubot studio extract data

r ubot studio facebook

s ubot studio fixed u

 

Example I need this result:

All words with 6 letters or more

 

studio

sender

studio

examples

extract

facebook

studio

 

I hope someone can help me, thanks  :)

 

 

 

Link to post
Share on other sites

Here you go:

add list to list(%meaningfulWords,$find regular expression("a ubot studio email 15
u ubot studio email sender 78
1a ubot studio eval 5
5f ubot studio examples
d ubot studio extract data
r ubot studio facebook
s ubot studio fixed u","[a-zA-Z]\{6,99\}"),"Delete","Global")
  • Like 1
Link to post
Share on other sites

 

Here you go:

add list to list(%meaningfulWords,$find regular expression("a ubot studio email 15
u ubot studio email sender 78
1a ubot studio eval 5
5f ubot studio examples
d ubot studio extract data
r ubot studio facebook
s ubot studio fixed u","[a-zA-Z]\{6,99\}"),"Delete","Global")

Thanks  :wub:

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...