RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 2
Title Test Details Croatian National Bank (HNB) Exchange Rates List heading record pattern
Expression
(?<list_no>\d\d\d)(?<date_created_dd>\d\d)(?<date_created_mm>\d\d)(?<date_created_yyyy>\d\d\d\d)(?<date_applicable_dd>\d\d)(?<date_applicable_mm>\d\d)(?<date_applicable_yyyy>\d\d\d\d)(?<records_count>\d+)
Description
Parses heading record of HNB's Exchange rates formated list
Matches
037210220142202201413
Non-Matches
O37210220142202201413
Author Rating: The rating for this expression. Ivan
Title Test Details Croatian National Bank (HNB) Exchange Rates List body record pattern
Expression
(?<currency_no>\d\d\d)(?<currency_code>\w\w\w)(?<parity>\d\d\d)(?<ask_price>\s+\d+\,\d+)(?<average_price>\s+\d+\,\d+)(?<bid_price>\s+\d+\,\d+)
Description
Parses body on Croatian National Bank (HNB) Echange rates formated record
Matches
036AUD001 5,018783 5,033885 5,048987
Non-Matches
036 AUD 001 5.018783 5.033885 5.048987
Author Rating: The rating for this expression. Ivan
   Displaying page 1 of 1 pages; Items 1 to 2

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials