Jump to content
UBot Underground

Search the Community

Showing results for tags 'replace 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. Hi, I'm trying to use the regular expression functions, but they seem not to do anything. I might use them wrong. Here's my code: set(#test, "28/05/201323:00", "Global") set(#test2, $replace regular expression(#test, "[0-9]{2}[\\/][0-9]{2}[\\/][0-9]{4}", "I like"), "Global") set(#test3, $find regular expression(#test, "[0-9]{2}[\\/][0-9]{2}[\\/][0-9]{4}"), "Global") What I would expect is: #test2 => I like23:00 #test3 => 28/05/2013 (there's no space between the date and the time for a reason). Any idea why this doesn't work?
  2. Dear ALL I got the problems with RegEx please help me to solve this I have a content text. I want to find the string 'Ubot Studio' and replace it with 'Ubot Software', it must be replaced at n match occurrence. After replaced, show the result all. Here is my setting value set(#content, "Unlike other clunky, bloated automation suites, UBot Studio has a clean, simple, drag-and-drop interface that works with you, not against you, allowing point-and-click automation on any website, without requiring you to become a programmer to use it. No other automation software lets you simply click th
×
×
  • Create New...