This is the final video of a three part series where I approach an advanced topic, regular expressions, to help programmers who have learnt a fair bit already but are struggling at times to get the results in scraping that they are looking for. This video takes what we scraped using regex in the previous video and how to groom the text to be presented the way we want it to be presented. I’ll be showing a few methods to get the job done! I’ll be demonstrating nesting commands in this video as well.
Commands Introduced

  • Variable Functions
    o $next list item
    o $list position
  • Text Functions
    o $replace
    o $new line
    o $replace regular expression
    o $nothing
    o $trim
  • Data Commands
    o Add item to list
    o Add list to list
    o Clear list

Outside Resources Mentioned in Video

  • EditPad Lite – http://www.editpadlite.com/
  • Regular Expressions Cheat Sheet – http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/ – download the pdf from the page.

(There are visual differences between the version in this video and the latest version of UBot Studio; however, this difference does not affect the commands or their placement.)