Jump to content
UBot Underground

Removing Parts Of A Variable File


Recommended Posts

What I'm trying to do is scan a number on a page and retype it somewhere else. 

So for example, if a page said 400 points

I want to copy that 400 (without the text "points")

and paste the 400 somewhere else

Link to post
Share on other sites

Like Varo said your best bet would be - regex.

 

 

So for example, if a page said 400 points

I want to copy that 400 (without the text "points")

 

A Replace Regular Expression function would help here..

 

also ,

 

this is a good free plugin for text extraction  - http://ubot-plugins.com/free-string-management-plugin/

 

Finally a simple replace - http://wiki.ubotstudio.com/wiki/Replace 

combined with trim function might help in simple situations like the one you mentioned.

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