hmmhmmhm/pattern-grab
🤛🏻 Regular Expression Data Grabber
This tool helps web developers and content engineers extract specific patterns from text, such as HTML tags, while keeping the surrounding content intact. You provide a string of text and a regular expression pattern, and it returns both the extracted matches and the original text, split around those matches. This allows you to easily process or manipulate the identified patterns separately from the plain text.
No commits in the last 6 months.
Use this if you need to identify and separate specific string patterns (like HTML tags or special codes) from larger blocks of text, but also want to keep track of the original context.
Not ideal if you only need to check for the presence of a pattern or replace it, rather than extract and segment a string based on the pattern.
Stars
8
Forks
—
Language
TypeScript
License
MIT
Category
Last pushed
Jan 07, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/hmmhmmhm/pattern-grab"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.