Jump to content
UBot Underground

Regex not working / Regex modifiers


Recommended Posts

Hi,

 

I have a replace regular expression that works in Editpad Lite but doesn't seem to work in Ubot. I'm trying to extract the price from this string...

 

  <span class="star"></span>
  1973 Land Rover 88 NUT & BOLT RESTORATION - $65000 (PALM BEACH )
Using this regex replace...
 
.+$([0-9]+).*

replace with

$1

It returns the entire string.

 

I have also tried the page scrape method using "$"  as the before and " (" as the after but that doesn't work either?

 

 

 

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