Jump to content
UBot Underground

denrich

Fellow UBotter
  • Content Count

    58
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by denrich

  1. The function speech marks seem to change $new line function to just "new line" when I edit the $replace regular expression function the speech marks are not there anymore.
  2. Hello UBoters I need help on adding speech marks before and after strings from a file: Example: Before: word one word two word three word four After: "word one" "word two" "word three" "word four" Thanks for the help
  3. Hi Ubotters, I have been scraping very large files, much too large for ubot to process in one shot from a saved folder, I need a way to loop many files from a folder and process each files from that folder. I know 'Read files' would get the files but not sure the processing of each file would be done. Thanks.
  4. Thanks for the help and you're right Ubotdev, about scraping thing, that code was what I was looking for, thanks Ubotdev.
  5. I appreciate the help..I seem to have a problem with asking the right question Simply put, I want to scrape only the 15 or less letter words from a file. I tried it with '$Find Regular Expression' and a Regex code with it. set(#var000, $list from file("C:\\Users\\Home\\Desktop\\something.txt"), "Global") set(#var000, $find regular expression("", "(^.\{1,15\}$)"), "Global") I hope this helps more.
  6. Hey Guys, I should have been more specific..I want to get 1-15 strings from a list file but I only seem to get only the first strings from my list.
  7. Hello ubotters, I need advice on how to create a bot that will scrape only the strings length that I want from a table (example: 3 to 15 letter texts)...Regex examples..I have tried different Regex scripts like ^.{1,15}$ which seems to working in a test website page but didn t work from the bot. Anyone has advice would be appreciated, thanks.
×
×
  • Create New...