regex

  1. tazarbm

    anybody knows how to extract data with Regex?

    Hi, I am trying to extract data from a vendor's profile on Warriorplus using Scrapebox, and there are 2 options in the Custom Data Grabber function of Scrapebox for that: - extract by using HTML (before|after) code - extract using Regex I can't use HTML option because the data that I need...
  2. P

    Friend request regex regular scrapebox request

    any one can help me to create regex to extract valid from this code <span class="tag tag--success" id="" title=""> <span class="tag__label"> Valid </span> </span>
  3. nahaczyku

    Notepad++ regex (string replacement)

    Can someone help me create a regular expression that I would like to use in the notepad++ editor? I have a large list of domains and I would like the regex to replace the first two characters with a word of my choice after the twelfth character in the line. List...
  4. BR0C0LLI

    Can you fix my REGEX code? (301 redirect 404)

    After web migration and new URL architecture, I need to redirect old URLs because I am getting lot of 404. Old URL examples: domain.com/blog/vse-o-produktech/395-vybaveni-a-doplnky-pro-vasi-pergolu domain.com/blog/71-prave-realizujeme/464-kdo-nainstaloval-pergolu-dominiku-haskovi-jagr New URL...
  5. BR0C0LLI

    Fix my .htaccess rewrite REGEX code (simple)

    After web migration and new URL architecture, I need to redirect old URLs because I am getting lot of 404. Old URL examples: domain.com/blog/vse-o-produktech/395-vybaveni-a-doplnky-pro-vasi-pergolu domain.com/blog/71-prave-realizujeme/464-kdo-nainstaloval-pergolu-dominiku-haskovi-jagr New URL...
  6. tazarbm

    Can someone help me with Regex code?

    Hi, I'm trying to make my Brave browser stop autoplaying youtube videos, and I thought that by blocking "youtube.com" in the autoplay exceptions list (or whatever it's called, I don't remember) then all YT clips will stop being autoplayed. But, unfortunately, this only works if I left-mouse...
  7. M

    Regular expression explanation

    Hello all, i have been practicing with basic regex (name, number, email) How do i do more advanced regex for more data? ([A-Z])\w+(Name) ([1-9])\w+ (Phone) ([1-9,A-Z])\w+ (Address) Source is smallbusinessdb.com I am also looking for regex for soundcloud to pull websites and country location...
  8. M

    Multiple Regex to capture more then one variable (Srapebox)

    HEllo community. I have been perfecting scrapebox for many needs. However i am working with smallbusinessdb.com. As a result i need to grab multiple variables from each page. Should i try to string one large regex together? Or can i enter them one by one and run scrapebox? @loopline youve...
  9. billy67

    Scraping pages and making a search on them

    Hey guys I am trying to figure out the way to scrape url links from specific page. Then go into all the scraped links and search for some Regex words on those pages. I tried to do this with headless selenium on python, but got stuck with problem initiating browser session. Is there any...
  10. eaglesWTF

    [WTH] Regex data extraction from raw text files expert

    Hello, I have ton of raw text data in .txt format files. I need someone which knows how to extract specific data, to clean, extract, and take required data from raw text files. Please ping me here on PM we will talk about details. Thank you
  11. TasDePixels

    regex problem

    Hello fellas, any regex heroes in here ? :/ I'm trying to do this : { word OR another word } ; { word } >>> valid {word OR another word} ; {word} >> also valid { word } >> also valid {word} >>> also valid
  12. I

    Regex help

    Hi i want to select all this script in regex, how to do that ? thanks <!-- PopAds.net Popunder Code for --> <script type="text/javascript" data-cfasync="false"> /*<![CDATA[/* */ var _pop = _pop || []; _pop.push(['siteId', 2613538]); _pop.push(['minBid', 0])...
  13. MuDiab

    Find And Replace Plugin

    Any recommendations for a wordpress plugin that find and replaces automatically on post publishing ?
  14. MatthewGraham

    [Easy Trick] How to Scrape All Competitor URLs, Titles, Descriptions, and Meta KWs in 5 Minutes Max

    Step 1: Find a Competitor's Sitemap Basically any site large enough to be worth scraping will have an XML sitemap. It should be located here [domain].com/sitemap.xml Step 2: Copy the Full Sitemap Easiest way to do this is a simple Ctrl+A and Ctrl+C Step 3: Extract the URLs Go to this URL...
  15. F

    Regex Help | Preg_replace is driving me crazy!

    hello fellow coders. I need help with the following am trying to use preg_replace to change an existing script on my page <script type="text/javascript"> var ad_idzone = "888888", ad_width = "728", ad_height = "90"; </script>...
  16. Jangga

    Regex to avoid SQL attack in username field

    I know it isn't fool proof to use regex in username field however, I am using the regex below. I still think it isn't foolproof. I just had to stop all special chars..... But I really want to allow users to use hyphen & fullstop if they prefer. It seems ucweb adds space to username field...
  17. M

    Fastest way to fix 1000s of broken links in HTML file

    I have a website that has, spread throughout about 15 pages, about 7500 hyperlinks. I have combined all links to one php file and uploaded it to my server so that I could check all backlinks at once (used Xenu). Of these links, about 35% are dead. Most of these dead links (1900+) are listed as...
  18. W

    Yahoo pipes, regex remove html but leave some tags

    Hi there. I'm setting up a autoblog and am using yahoo pipes to manipulate my feed. I am using <[/\]?[^p][a]\s+[^>]*> to remove all the html, and this works fine, only I would like to save some html. What I want is to remove all html except for the <p></p> tags and the <br /> tags. What...
  19. 7

    How can I redirect all posts to a corresponding product page?

    Hi friends :) I want to try something a little over my head. I have a test site in wordpress, and I want to redirect every post to a product page, and it simply involves substitution, so I am thinking a wordpress plugin using regex? It would be very simple, for example, if my permalink...
  20. M

    Pipes Regex Problem

    Hoping someone can help with a regex problem I'm having in Pipes. I've been able to regex out most everything I need from a pipe that grabs the contents of a page with the exception of this last bit. <div class="img" id="spacer"></div><style>#spacer{clear:left}#abc...
Back
Top