Jump to content
UBot Underground

Search the Community

Showing results for tags '$find regular expression'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. My Regex works in Regexbuddy and EditPad Lite 7. But no in Ubot. What am I doing wrong? This is my Regex code (?<=class="business-name" data-impressed="1">)[0-9a-z ]+ Im a trying to grab the Company names from the results. Its a total of 32. Here is the code: set(#page,$nothing,"Global") navigate("http://www.yellowpages.com/search?search_terms=realtor&geo_location_terms=Homestead%2C+FL","Wait") wait(3) set(#page,$document text,"Global") set(#Compan Names,$find regular expression(#page,"(?<=class=\"business-name\" data-impressed=\"1\">)[0-9a-z ]+"),"Global")
  2. I have a following code that were working when on 4.2.16, but once upgrade to 5.0, not work anymore. add list to list(%lines, $list from file(#pidsFile), "Delete", "Local") set(#line, $list item(%lines, 0), "Local") I changed to do the following instead and it works set(#line, $read file(#pidsFile), "Global") I was not able to find any documentation about the change, anyone can help here? Also, for the following code, what shall I do to make it work? clear list(%pids) add list to list(%pids, $find regular expression(#line, "[0-9]+"), "Delete", "Local") set(#pi
×
×
  • Create New...