Jump to content
UBot Underground

Regex Code Get Modified After Applying?!


Recommended Posts

Hi,

i have been facing this issue since a long time and not sure why ubot keep modifying this even after the latest version which is 5.8

 

now when i put a regex code, i ok it, run it, check the regex code & find it edited, for example this:

 

{5} get modified into 5

 

most of time it either remove the { } or it does the math calculation when it's "number - number"

 

what i am doing wrong?

 

thanks in advance!

Link to post
Share on other sites

It's been like that for as long as I can remember. When you want to match something with an exact length you would do it like: {x,x} where the x = the number you want so in your case it would be {5,5}

This will not strip the curly brackets and will actually work.

  • Like 2
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...