Regular Expressions 101

Community Patterns

1

Get <NIC>

Python
Get NICs from string
Submitted by anonymous - 4 months ago
1

emoji-test.txt

Python
emoji-test.txt
Submitted by anonymous - a month ago
1

GrEedy

Python
greedy or no greedy_**
Submitted by daen3r1s - 3 days ago
-1

text beetween text

Python
no description available
Submitted by karol - 9 years ago
0

test

Python
no description available
Submitted by anonymous - 9 years ago
0

test

Python
test
Submitted by boag - 8 years ago

Rinex 2 filepath parsing pattern

0

Regular Expression
Python

r"
^(?P<file_path>[\.]{0,2}[\/\\]{0,2}(?:(?:(?:[^\x00-\x1F\"\*\/\:\<\>\?\\\|\x7F]*[\/\\])*?)?(?=(?P<year_4digits>[0-9]{4})[\/\\]))?(?:(?:(?:[^\x00-\x1F\"\*\/\:\<\>\?\\\|\x7F]*[\\\/])*?)?(?=(?P<day_of_year_path>[0-3][0-9]{2})[\/\\]))?(?:(?:(?:[^\x00-\x1F\"\*\/\:\<\>\?\|\x7F]*[\\\/])*?)?(?=data_(?P<rinex_rate>[0-9]{1,2})[\/\\]))?(?:[^\x00-\x1F\"\*\/\:\<\>\?\\\|\x7F]*[\/\\])*)(?P<filename>(?:(?P<station_name>[a-z0-9]{4})(?P<day_of_year_file>[0-3][0-9]{2})(?P<session_code>[a-x,0])(?P<high_rate_code>00|15|30|45)?)\.(?P<year_2digits>[0-9]{2})(?P<rinex_filetype>[bcdeghlnoms])(?:\.(?P<compression_type>Z|gz|zip|7z|bz2|rar){1})?)\r?$
"
gim

Description

Loading markdown...
Submitted by Mathieu Peyréga (mathieu.peyrega@gmail.com) - 3 years ago
(Last modified 3 years ago)