
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
rer
Advanced tools
ββββββββ README ββββββββ
Table of Contents βββββββββββββββββ
1 rer 2 Install 3 All in one simple function
1 rer βββββ
Regular expression in regular expression.
2 Install βββββββββ
`pip install rer'
3 All in one simple function ββββββββββββββββββββββββββββ
βββββ
β import re
β
β version = '1.1.2'
β author = 'Meme Kagurazaka'
β license = 'Public Domain'
β
β
β def rer(re_string, re_group=0,
β item_continuation=lambda _: _, list_continuation=lambda _: ,
β re_continuation=None):
β """rer atom
β
β This function use regular expression string re_string' and the group β re_group' (default 0) to match the data'. This will evaluates a list, β a function re_continuation' will apply to every match of the list,
β a function list_continuation' will apply to the list. list_continuation'
β does nothing by default.
β
β re_continuation' applies item_continuation' to re_group' by default. β β Return value is a function which can be apply to the data'.
β Return value can also be used as a item_continuation' or β list_continuation' of another rer recursively.
β """
β
β if re_continuation is None:
β re_continuation = lambda : item_continuation(.group(re_group))
β
β return lambda x: list_continuation(
β [re_continuation() for _ in re.compile(re_string).finditer(x)])
βββββ
FAQs
Regular expression in regular expression
We found that rer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.