Search the Community
Showing results for tags 'regular expressions'.
-
Build Regular Expressions On The Fly With Regex Builder http://www.youtube.com/watch?v=msjOAwc28Ew Update Version 1.1 "Inline" Feature Below http://www.youtube.com/watch?v=EqR40X1i_MY Edit your regex visually so it is much easierMost of the functions you need are built inUses look ahead/behinds and can create complex expressionsMade with Ubot Studio users in mind I suggest you know some regex while using this tool. While it can help you build faster and more powerful regular expressions it will not do all of the work for you. Make sure you watch the video to see how it works
- 88 replies
-
- 1
-
- regular expressions
- regex builder
- (and 5 more)
-
Trying to figure this out and hope for some help. lets say i have a sentence/string that has 461 characters in it... and i want to break that down into multiple 40 character strings (like if you were posting in twitter). I used regext to achieve that part with no trouble at all... Here's where i'm having trouble. Example: The following is a 40 character string... software and information that you need i The "i" on the end of that string is actually the first letter of the next word, so what i need is to end the string on the last space (empty space) before the 40th character. This way, m
-
Hello community, This is my first post and am new to the forums. Have studied uBot for a little while, but still a little new I'm having trouble scraping emails from a webpage... I have tried most of the regex codes in EditPad and the only one that seemed to work and highlight the email addresses was this code: \b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b But when I am using this code in uBot I dont seem to be able to scrape anything... Also tried looking with insersions like: (?<=.)\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b(?=.) Also tried it in brackets like this: (\([A-Z0-9._%-]
-
Hi , I'm stuck in this I need to validate mobile number : The number may start with +9665 or 009665 or 05 OR 9665 The next digit after the 5 can be from 0 to 9 Then after that exact 7 digit. What i did so far by this site http://rubular.com/r/dodmKZnYLa ^(?:\+?966)[5]\d{8}$ I couldn't do the 009665 / 05 Any suggestions appreciated I forget the 9665 i add it
- 13 replies
-
- Regex
- Regular Expressions
-
(and 1 more)
Tagged with:
-
Hello, I'm trying to scrap only the "3006" to a text file. And it could change to more than 4 digits. Possibly 5 digits such as "355356". And If possible, The Item ID should not be case sensitive. Please help. Thank you!! <br> <b id=\"yui_3_7_2_1_1365476531574_1800\">Se habla espanol!</b>Brand New White Wood BunkBed Rounded Ends and Stackable!<br>Please note: the above is not the actual price.It is for posting purposes only.<br>ITEM ID:3006<br><br><img border=\"0\" alt=\" photo Coupon50off_zpsa7b32ab320.jpg\" width=\"400\" height=\"400\" i
- 6 replies
-
- Scrapping text from email
- regex
- (and 3 more)
-
Hello People, I am a newbie with ubot and regex. I am trying to grab username from emails.. Here is the email in table Column 4: your username is: Banana123 visit this link to verify your email address: http://example.com/verify/qw123t thanks for using our website! Below is my code:- connect to mail server("POP3", "mail@example.org", "pass123", "mail.example.org", 110) { create table from emails(&allemails) } add list to list(%username, $find regular expression(&allemails, "(?<=your\\susername\\sis:\\n\\n\\s\\s\\s\\s).*?(?=\\n\\nvisit\\sthis\\slink\\sto\\sverif
- 5 replies
-
- regex
- regular expressions
-
(and 2 more)
Tagged with: