Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
(?<!) = Que não seja precedido por algum conjunto de caracteres;
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
(?!) = Que não seja sucedido por algum conjunto de caracteres;
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
(?<=) = Precedido por algum conjunto de caracteres;
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
(?=) = Sucedido por algum conjunto de caracteres;
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
(?:) = Determina quais grupos 'NÃO' serão capturados;
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
() = Determina quais grupos serão capturados;
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
$ = Fim da string;
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
^ = Início da string;
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
\W
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
\w
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
\D
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
\d
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Extract from on-pageText
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
\S
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
\s
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
.
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
{1,2} = (1 vez ou 2 vezes);
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
{2,} = (2 vezes ou n vezes);
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
{3} = (Obrigatoriamente 3 vezes);
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
? = (0 a 1 vezes);
no description available
Submitted by
anonymous
-
6 years ago
1
...
531
532
533
534
535
536
537
...
840
Irc Reply Codes
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(?<code>
\d\d\d
)
.
(?<name>
(
\w
+
[
_
]
\w
+
)
)
.
(?<example>
(?<q>
\'
|
\"
)
(?<inner>
.
*
?
)
\k<q>
)
.
?
(?<tail>
-
.
+
)?
/
gmi
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 6 years ago