https://www.regular-expressions.info/
Regular-Expressions.info - Regex Tutorial, Examples and Reference - Regexp Patterns
At Regular-Expressions.info you will find a wide range of in-depth information about a powerful search pattern language called regular expressions.
regular expressionsinforegextutorialexamples
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/exec
RegExp.prototype.exec() - JavaScript | MDN
The exec() method of RegExp instances executes a search with this regular expression for a match in a specified string and returns a result array, or null.
regexpprototypeexecjavascriptmdn
https://docs.snowflake.com/en/developer-guide/snowpark/reference/python/1.46.0/snowpark/api/snowflake.snowpark.functions.regexp_instr
snowflake.snowpark.functions.regexp_instr | Snowflake Documentation
snowflakesnowparkfunctionsregexpdocumentation
https://basescripts.com/how-to-use-javascript-regex-both-literal-notation-and-regexp-object-constructor-method-with-examples
How to use JavaScript Regex both literal notation and regexp object constructor method with...
Jun 7, 2022 - Regular Expressions provide a powerful way to extract information from text content. Regular Expressions or Regex can be used to search text and find matches...
how to use
https://thepluginpeople.atlassian.net/wiki/spaces/JEMH/pages/2850891/Use+Regexp+Field+Processor
Use Regexp Field Processor - Enterprise Mail Handler for Jira Data Center (JEMH) - Confluence
https://manpages.ubuntu.com/manpages/xenial/man3/PPIx::Regexp::Token::GroupType::Subexpression.3pm.html
Ubuntu Manpage: PPIx::Regexp::Token::GroupType::Subexpression - Represent an independent...
Represent an independent subexpression marker
ubuntumanpageregexptokengrouptype
https://mail.python.org/pipermail/mailman-users/2009-November/067557.html
[Mailman-Users] regexp help
mailmanusersregexphelp
https://mail.python.org/pipermail/mailman-users/2014-July/077471.html
[Mailman-Users] Help customizing VERP_CONFIRM_REGEXP
mailmanusershelpcustomizingconfirm
https://explain.codes/why-does-a-regexp-with-global-flag-give-wrong-results
Why does a RegExp with global flag give wrong results? | Explain Codes
Mar 13, 2025 - The global flag (g) can subtly manipulate subsequent searches in JavaScript Regex due to its stateful behavior. It remembers the lastIndex where it left off...
global flag
https://docs.vertica.com/23.3.x/en/sql-reference/functions/match-and-search-functions/regular-expression-functions/regexp-replace/
REGEXP_REPLACE | Vertica 23.3.x
Jul 31, 2023 - Replaces all occurrences of a substring that match a regular expression with another substring.
regexpreplacevertica
https://go.googlesource.com/go/+/1c9e587b90172e7654db897d8c938ffc665e1673/src/regexp/all_test.go?autodive=0%2F%2F%2F%2F%2F
src/regexp/all_test.go - go - Git at Google
all testsrcregexpgogit
https://ruby-doc.org/2.7.8/exts/psych/Regexp.html
module Regexp - psych: Ruby Standard Library Documentation
standard librarymoduleregexppsychruby
https://pkgsubmit.mageia.org/autobuild/cauldron/x86_64/core/2022-08-19/gnu-regexp-1.1.4-29.mga9.src.rpm/?C=M;O=A
Index of /autobuild/cauldron/x86_64/core/2022-08-19/gnu-regexp-1.1.4-29.mga9.src.rpm
https://go.googlesource.com/go/+/4fc9d3bc58413861f2012c24065ce3f7ed9df4db/src/regexp/exec_test.go
src/regexp/exec_test.go - go - Git at Google
srcregexpexectestgo
https://doris.incubator.apache.org/docs/dev/sql-manual/sql-functions/scalar-functions/string-functions/regexp-replace/
REGEXP_REPLACE - Apache Doris
Regular matching of STR strings, replacing the part hitting pattern with a new string.
regexpreplaceapachedoris
https://manpages.ubuntu.com/manpages/xenial/man3/Regexp::Common::time.3pm.html
Ubuntu Manpage: Regexp::Common::time - Date and time regexps.
Date and time regexps.
ubuntumanpageregexpcommontime
https://docs.couchbase.com/server/7.2/fts/fts-type-mappings-Docid-with-regexp.html
DocID with regexp in Type Mappings | Couchbase Docs
docidregexptypemappingscouchbase
https://manpages.ubuntu.com/manpages/xenial/man3/PPIx::Regexp::Structure::Main.3pm.html
Ubuntu Manpage: PPIx::Regexp::Structure::Main - Represent a regular expression proper, or a...
Represent a regular expression proper, or a substitution
https://regex101.com/library/fFEyJj?orderBy=MOST_DOWNVOTES&search=&page=565&filterFlavors=pcre&filterFlavors=dotnet&filterFlavors=javascript&filterFlavors=golang
regex101: email regexp
Search, filter and view user submitted regular expressions in the regex library. Over 20,000 entries, and counting!
emailregexp
https://debian.unnoba.edu.ar/debian/pool/main/libp/libppix-regexp-perl/
Index of /debian/pool/main/libp/libppix-regexp-perl/
index ofdebianpoolmainregexp
https://bugzilla.mozilla.org/show_bug.cgi?id=1480145
1480145 - Annotate jit-spew for vm-wrappers with function name and annotate String and RegExp stubs
RESOLVED (andrebargull) in Core - JavaScript Engine: JIT. Last updated 2018-08-02.
https://www.zabbix.com/documentation/devel/it/manual/api/reference/regexp/create
regexp.create
regexpcreate
https://translate.codeberg.org/zen/monocles_translator/-/az/!~codeberger~!.Verl%C3%A4ngerung/sponserten-soprano%27s/herausdrehendes/hinf%C3%BChrender/
Earlier value, set it to true, enable --extended-regexp option by default. Lsrefs.unborn.
https://swarm.workshop.perforce.com/files/guest/perforce_software/jam/src/regexp.c
Swarm - guest/perforce_software/jam/src/regexp.c
perforce softwareswarmguestjamsrc
https://ubuntuask.com/blog/how-to-extract-specific-part-of-column-using-regexp
How to Extract Specific Part Of Column Using Regexp In Oracle?
Sep 21, 2025 - Learn how to extract a specific part of a column using regular expressions (regexp) in Oracle with this comprehensive guide.
how to extractpart ofspecific
https://www.perlmonks.org/?node_id=672572
Re: RegExp breaks in Perl 5.10
regexpbreaksperl
https://lucene.apache.org/core/4_2_1/core/org/apache/lucene/util/automaton/class-use/RegExp.html
Uses of Class org.apache.lucene.util.automaton.RegExp (Lucene 4.2.1 API)
https://manpages.ubuntu.com/manpages/resolute/man7/regexp.7.html
Ubuntu Manpage: regexp - Plan 9 regular expression notation
Plan 9 regular expression notation
regular expressionubuntumanpageregexpplan
https://sqlite.org/forum/forumpost/3ffe058b04
SQLite User Forum: Two UTF-8 errors in Regexp
user forumsqlitetwoutferrors
https://uk.mathworks.com/matlabcentral/answers/781528-looking-for-an-alternative-to-regexp
Looking for an alternative to regexp. - MATLAB Answers - MATLAB Central
Looking for an alternative to regexp.. Learn more about regexp
looking foran alternativeregexpmatlabanswers
https://lists.archlinux.org/archives/list/aur-dev@lists.archlinux.org/thread/XQJN6NMQHT73CZ5VXCHUB4KCVPMI4WJJ/
[aur-dev] Regexp Support for AUR package search; wouldn't it be nice? - Aur-dev -...
support forpackage search
https://songdongsheng.one/perl5/Regexp/
Index of /perl5/Regexp/
index ofregexp
https://lists.boost.org/archives/list/boost@lists.boost.org/message/OD35ET464KQGAKZBT5WWA4A7LFKOMVLE/
Re: [boost] Regexp performance guarantees - Boost - lists.boost.org
boostregexpperformanceguaranteeslists
https://www.w3schools.com/JS/js_regexp_methods.asp
JavaScript RegExp Methods
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML...
javascriptregexpmethods
https://hacks.mozilla.org/2020/06/a-new-regexp-engine-in-spidermonkey/
A New RegExp Engine in SpiderMonkey - Mozilla Hacks - the Web developer blog
Jun 4, 2020 - Regular expressions – commonly known as RegExps – are a powerful and heavily used tool for manipulating strings in JavaScript. This post describes how we...
a new
https://translate.codeberg.org/download/moshidon/megalodon_values/fil_PH/!~codeberger~!.Reitpferd/glei%C3%9Fenden/durchzusetzender/durchstochenen/
The --basic-regexp, --extended-regexp, --fixed-strings, or --perl-regexp option accordingly, while...
the basicregexpextendedfixed
https://go.googlesource.com/go/+/45e12e95e683d0720f8c93ba059a87b2b0e58e09/src/regexp/onepass_test.go?autodive=0%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F%2F
src/regexp/onepass_test.go - go - Git at Google
srcregexponepasstestgo
https://www.streppone.it/cosimo/blog/2011/03/matching-ipv6-addresses-with-regexpcommon/
Matching IPv6 addresses with Regexp::Common - Random hacking
matchingaddressesregexpcommonrandom
https://forums.mysql.com/read.php?103,75053,94989
MySQL :: Re: Collations and REGEXP
mysqlcollationsregexp
https://advisories.gitlab.com/npm/@babel/runtime-corejs2/CVE-2025-27789/
Babel has inefficient RegExp complexity in generated code with .replace when transpiling named...
CVE-2025-27789 Babel has inefficient RegExp complexity in generated code with .replace when transpiling named capturing groups: When using Babel to compile...
https://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Regexp/PERLBOY/?C=S;O=A
Index of /pub/CPAN/modules/by-module/Regexp/PERLBOY
index ofpubcpanmodulesregexp
https://go.googlesource.com/gofrontend/+/9e55baf44ab63ba06af0b57038e7b3aab8216222/libgo/go/regexp/onepass_test.go
libgo/go/regexp/onepass_test.go - gofrontend - Git at Google
goregexponepasstestgit
https://docs.celerdata.com/BYOC/docs/sql-reference/sql-functions/like-predicate-functions/regexp/
regexp | CelerData BYOC
Checks whether a given expression matches the regular expression specified by pattern. If yes, 1 is returned. Otherwise, 0 is returned. NULL is returned if any...
regexpbyoc
https://fuchsia.googlesource.com/third_party/libxml2/+/94fdc4088608dad8ff66fb9c2442e3c121e40f23/fuzz/static_seed/regexp/xpath-33
fuzz/static_seed/regexp/xpath-33 - third_party/libxml2 - Git at Google
https://www.hippani.com/?S=AnimatorHelp&Page=HelpJavascriptObjectsRegExp
RegExp - JavaScript - Learn - Hippani
new RegExp(Pattern,Flags) .source .toString() .global .ignoreCase .multiline .lastIndex .exec .test .$1-9
regexpjavascriptlearn
https://generalistprogrammer.com/glossary/exec-method
What is RegExp exec() Method - JavaScript Guide | Programming? Definition & Meaning
Nov 17, 2025 - RegExp exec() Method - JavaScript Guide | Programming definition: Master the RegExp exec() method in JavaScript: capturing groups, lastIndex property, global...
what isjavascript guideregexpexecmethod
https://w3schools.am/jsref/jsref_regexp_nfollow_not.html
RegExp ?! Quantifier
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and...
regexp
https://chromium.googlesource.com/external/WebKit_trimmed/+/46d4dda51d0207e46e218614c4074a60151715de/LayoutTests/fast/js/regexp-non-capturing-groups-expected.txt?autodive=0%2F%2F%2F%2F
LayoutTests/fast/js/regexp-non-capturing-groups-expected.txt - external/WebKit_trimmed - Git at...
https://chiselapp.com/user/spiffytech/repository/MobileBlur/finfo?name=applications/admin/static/edit_area/regexp.js&m=2f01ca545d9d51eb&ci=b33aaf3ac394036e
MobileBlur: History of applications/admin/static/edit_area/regexp.js of b33aaf3ac394036e
history ofapplicationsadmin
https://www.dwitter.net/d/11850
#unicode #regexp by f8f82804 | Dwitter
unicoderegexpdwitter
https://advisories.gitlab.com/npm/openclaw/CVE-2026-22178/
OpenClaw has ReDoS and regex injection via unescaped Feishu mention metadata in RegExp construction...
CVE-2026-22178 OpenClaw has ReDoS and regex injection via unescaped Feishu mention metadata in RegExp construction: extensions/feishu/src/bot.ts constructed...
https://chromium.googlesource.com/external/WebKit_trimmed/+/46d4dda51d0207e46e218614c4074a60151715de/LayoutTests/fast/js/regexp-caching-expected.txt?autodive=0%2F%2F%2F%2F
LayoutTests/fast/js/regexp-caching-expected.txt - external/WebKit_trimmed - Git at Google
https://ruby-doc.org/3.3.2/exts/psych/Regexp.html
module Regexp - psych: Ruby Standard Library Documentation
standard librarymoduleregexppsychruby
https://forum.fhem.de/index.php?PHPSESSID=32dsi5fmef5qu32qqkpvuk00cu&topic=140870.0
Regexp DBLog Problem
Regexp DBLog Problem
regexpdblogproblem
https://regex101.com/library/fFEyJj?orderBy=MOST_DOWNVOTES&page=4&search=&filterFlavors=golang&filterFlavors=javascript&filterFlavors=rust&filterFlavors=dotnet&filterFlavors=java&filterFlavors=python
regex101: email regexp
Search, filter and view user submitted regular expressions in the regex library. Over 20,000 entries, and counting!
emailregexp
https://py.checkio.org/mission/unix-match-part-1/publications/Rush_iam/python-3/regexp/share/2f5f22adbef1d7d63c3ce4dca5d35cdb/
RegExp clear solution for Unix Match. Part 1 by Rush_iam - python coding challenges - Py.CheckiO
200 unique coding puzzles, 300000 python solutions. Improve your coding skills by playing games.
https://devblogs.microsoft.com/microsoft365dev/tag/regexp/
RegExp - Tag | Microsoft 365 Developer Blog
regexptagmicrosoftdeveloperblog
https://ruby-doc.org/3.3.3/exts/json/Regexp.html
class Regexp - json: Ruby Standard Library Documentation
standard libraryclassregexpjsonruby
https://docs.oracle.com/cd/B13789_01/server.101/b10759/conditions018.htm
REGEXP_LIKE
regexplike
https://www.wigii.app/apps/regexp
RegExp
regexp
https://docs.servoy.com/reference/servoycore/dev-api/js-lib/regexp
RegExp | Docs
regexpdocs
https://www.uw-team.org/p/regexp/
RegExp game v0.1 - by Unknow - www.uw-team.org
Sprawdz, jak dobry jestes z wyrazen regularnych. Nauka przez zabawe - to cos dla Ciebie :)
regexpgameunknowwwwuw
https://www.tbray.org/ongoing/When/202x/2026/01/01/Quamina-2026
ongoing by Tim Bray · Regexp Lessons
tim brayongoingregexplessons
https://bugs.php.net/bug.php?id=72710&edit=1
PHP :: Bug #72710 :: `mb_ereg` causes buffer overflow on regexp compile error
https://uw-team.org/p/regexp/
RegExp game v0.1 - by Unknow - www.uw-team.org
Sprawdz, jak dobry jestes z wyrazen regularnych. Nauka przez zabawe - to cos dla Ciebie :)
regexpgameunknowwwwuw
https://www.codewars.com/kata/567bf4f7ee34510f69000032/train/javascript
Training on Regexp Basics - is it a digit? | Codewars
Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential.
trainingregexpbasicsdigitcodewars
https://packages.altlinux.org/en/p11/srpms/perl-Regexp-Common/rpms/
ALT Linux - p11 - perl-Regexp-Common - Downloads
Download links for perl-Regexp-Common package
alt linuxperlregexpcommondownloads
https://docs.amazonaws.cn/en_us/redshift/latest/dg/REGEXP_SUBSTR.html
REGEXP_SUBSTR function - Amazon Redshift
Returns the characters extracted from a string by searching for a regular expression pattern.
regexpsubstrfunctionamazonredshift
https://coverage.postgresql.org/contrib/pg_trgm/trgm_regexp.c.gcov.html
LCOV - PostgreSQL 19devel - contrib/pg_trgm/trgm_regexp.c
lcovpostgresqlcontribpgregexp
https://help.salesforce.com/s/articleView?id=005318706&language=en_US&type=1
Tableau Prep: Oracle REGEXP Results Differ in Preview and Output
The Regular Expression (REGEXP) functions are yielding inconsistent results when connected to Oracle database.A significant variance exists between the dat...
tableau preporacleregexpresultsdiffer
https://nuxt.com/modules/magic-regexp
magic-regexp · Nuxt Modules
A compiled-away, type-safe, readable RegExp alternative
magicregexpnuxtmodules
https://go.googlesource.com/go/+/refs/tags/go1.19rc1/src/regexp/
src/regexp - go - Git at Google
srcregexpgogit
https://bcd-training.deno.dev/feature?id=javascript.builtins.RegExp.lastParen
Feature: javascript.builtins.RegExp.lastParen
A summary of Browser Compat Data for javascript.builtins.RegExp.lastParen
featurejavascriptbuiltinsregexp
https://fuchsia.googlesource.com/third_party/libxml2/+/94fdc4088608dad8ff66fb9c2442e3c121e40f23/fuzz/static_seed/regexp/content-5
fuzz/static_seed/regexp/content-5 - third_party/libxml2 - Git at Google
https://index.rubygems.org/gems/regexp_parser/versions/2.9.1
regexp_parser | RubyGems.org | your community gem host
your communityregexpparserrubygemshost
https://help.klocwork.com/current/ja-jp/reference/js.base.require.unicode.regexp.htm
JS.BASE.REQUIRE.UNICODE.REGEXP
jsbaserequireunicoderegexp
https://shiki.style/guide/regex-engines
RegExp Engines | Shiki
A beautiful and powerful syntax highlighter
regexp enginesshiki
https://www.w3schools.com/jsrEF/jsref_regexp_d.asp
JavaScripty RegExp d Modifier
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML...
regexpmodifier
https://docs.go101.org/std/dep/regexp/syntax.html
Dependency Relation: regexp/syntax
dependencyrelationregexpsyntax
https://mirror.cs.vt.edu/pub/cygwin/cygwin/noarch/release/perl-XML-RegExp/
Index of /pub/cygwin/cygwin/noarch/release/perl-XML-RegExp
index ofpubcygwinreleaseperl
https://oldblog.joshhighland.com/tag/regexp/
regexp Archives - Josh Highland
regexparchivesjoshhighland
https://www.codewars.com/kata/567fe8b50c201947bc000056/train/php
Training on Regexp Basics - is it IPv4 address? | Codewars
Codewars is where developers achieve code mastery through challenge. Train on kata in the dojo and reach your highest potential.
trainingregexpbasicsaddresscodewars
https://bestcouponhunter.com/udemy-coupon-state-machines-and-automata-building-a-regexp-machine/
[Udemy Coupon] State machines and Automata: building a RegExp machine | Best Coupon Hunter
Nov 6, 2025 - Deep study state devices, Limited robot, as well as Routine expressions Enrol This Course "State machines and Automata: building a RegExp machine " Totally...
udemy couponstate machines