Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
^(([a-zA-Z]:)|(\\{2}\w+)\$?)(\\(\w[\w ]*.*))+\.(jpg|JPG)$
|
Description |
It matches .jpg files. It allows for a dot in the path. A dot may occur in such directories as: C:\Documents and Settings\roman.lukyanenko\Desktop\stuff\b_card2.jpg
or C:\Windows\Microsoft.NET etc
|
Matches |
C:\Documents and Settings\roman.lukyanenko\Desktop\stuff\b_card2.jpg | C:\b_card.jpg | \\network\fol
|
Non-Matches |
C:\file.xls
|
Author |
Rating:
Roman Lukyanenko
|
Title |
Test
Details
Pattern Title
|
Expression |
^(([a-zA-Z]:)|(\\{2}\w+)\$?)(\\(\w[\w ]*.*))+\.(txt|TXT)$
|
Description |
It matches .jpg files. It allows for a dot in the path. A dot may occur in such directories as: C:\Documents and Settings\roman.lukyanenko\Desktop\stuff\b_card2.txt or C:\Windows\Microsoft.NET etc
|
Matches |
C:\Documents and Settings\roman.lukyanenko\Desktop\stuff\b_card2.txt
|
Non-Matches |
C:\file.doc
|
Author |
Rating:
Roman Lukyanenko
|
Title |
Test
Details
Pattern Title
|
Expression |
^[0-9]{6}
|
Description |
I know its simple, yet there was no Russian postal code regular expression on the RegExLib. Just in case some needs to know the format.
|
Matches |
150016
|
Non-Matches |
qqww
|
Author |
Rating:
Roman Lukyanenko
|
Title |
Test
Details
Pattern Title
|
Expression |
\xA9
|
Description |
Matches the copyright symbol (©). Pretty simple, yet I dont think existed on RegExLib before.
|
Matches |
©
|
Non-Matches |
anything
|
Author |
Rating:
Roman Lukyanenko
|
Title |
Test
Details
Pattern Title
|
Expression |
\u2122
|
Description |
Matches the ™ symbol. Pretty simple, yet I dont think existed on RegExLib before.
|
Matches |
™
|
Non-Matches |
anything else
|
Author |
Rating:
Roman Lukyanenko
|
Title |
Test
Details
Pattern Title
|
Expression |
\u00AE
|
Description |
Matches the registered trademark (®). Pretty simple, yet I dont think existed on RegExLib before.
|
Matches |
®
|
Non-Matches |
anything else
|
Author |
Rating:
Roman Lukyanenko
|
Title |
Test
Details
Pattern Title
|
Expression |
\u00A3
|
Description |
Matches the British Pound symbol. Pretty simple, yet I dont think existed on RegExLib before.
|
Matches |
£
|
Non-Matches |
anything else
|
Author |
Rating:
Roman Lukyanenko
|
Title |
Test
Details
Pattern Title
|
Expression |
\u20AC
|
Description |
Matches the Euro sign. Pretty simple, yet I dont think existed on RegExLib before.
|
Matches |
€
|
Non-Matches |
anything else
|
Author |
Rating:
Roman Lukyanenko
|
Title |
Test
Details
Pattern Title
|
Expression |
\u00A5
|
Description |
Matches the Yen sign. Pretty simple, yet I dont think existed on RegExLib before.
|
Matches |
¥
|
Non-Matches |
anything else
|
Author |
Rating:
Roman Lukyanenko
|
Title |
Test
Details
Pattern Title
|
Expression |
\u221E
|
Description |
Matches infinity symbol. Pretty simple, yet I dont think existed on RegExLib before.
|
Matches |
8
|
Non-Matches |
anything else
|
Author |
Rating:
Roman Lukyanenko
|
Displaying page
of
pages;
Items to