Jump to content
UBot Underground

Regex using conditional IF


Recommended Posts

hello everybody i want to ask you

 

i have some list :

 

:ubot,ubot forum,ubot 6

ubot review:ubot,ubot forum,ubot 6

robot:robot php,curly,robot machine

 

and then i want to $find index regex just this sentence

 

:ubot,ubot forum,ubot 6

 

so the conclusion is i want add list with nothing word/number in the front :

 

what the code regex using iF?

 

Link to post
Share on other sites

It sounds like this is what you are asking for? But I'm not sure why can you give us a better example or maybe edit my example to show us better:

clear list(ot)
add list to list(ot, $list from text(":ubot,ubot forum,ubot 6
ubot review:ubot,ubot forum,ubot 6
robot:robot php,curly,robot machine", $new line), "Delete", "Global")
set(#var, $find index($text from list(ot, $new line), ":ubot,ubot forum,ubot 6"), "Global")

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...