flutter_regex
The regex library supports emojis, 50+ country IDs, usernames, email, URL, image formats, date-time, CVV, and whitespace patterns, and 1000+ more.
0.0.3
3.0K downloads/mo
#4662 most downloaded on pub.dev
shirsh94/flutter_regex
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Too new to tell
only 1 release windows
Most releases are documented
notes for 2 of 3 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
3 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Feb 2024 to Mar 2024Releases
latest 3-
0.0.301 Mar 2024Nothing published for this version
-
0.0.201 Mar 2024Release notes
Open source →-
Added support for 110+ country currency symbols and codes. This update includes a comprehensive list of currency codes and symbols for over 110 countries, allowing for easier integration of currency-related functionality into Flutter apps. The list is based on the official abbreviations, symbols, and codes used internationally, providing developers with a reliable reference for currency-related operations.
-
Updated the email validator to provide enhanced functionality for validating the format of email addresses. The validator now includes options to support top-level domain names (e.g., ".com", " .org") and international characters, offering developers more flexibility in validating a wider range of email addresses. This update improves the accuracy and versatility of email validation in Flutter apps, ensuring that email addresses are correctly formatted according to the specified criteria.
-
Added new regular expressions for matching palindromes, prime numbers, balanced parentheses, Morse code, Fibonacci numbers, SSID names, MAC addresses, WEP keys, WPA keys, network names, signal strength, and WiFi channel numbers.
-
-
0.0.122 Feb 2024Release notes
Open source →- Regex pattern for emojis(😊).
- Support for 50+ country ID regex patterns.
- Supports
usernameV2,usernameGoogle,usernameInstagram, andusernameDiscordpatterns. - Supports
emailandurlpatterns. - Supports
webpformat for image patterns. - Supports
basicDateTimepattern. - Supports
dateTimeUTCanddateTimepatterns. - Supports
cvvandnoWhitespacepatterns. - Supports
uuid,bitcoinAddress,bitcoinTaprootAddress,bitcoinSegwitAddress, andethereumAddresspatterns. - Supports regex patterns for stock exchanges: NYSE, NASDAQ, TSE, SSE, HKEX, Euronext, LSE, SZSE, TSX, BSE.
- Supports regex patterns for UUID, MAC address, credit card number, YouTube video ID, Twitter username, Roman numerals, Sudoku puzzles, DNA sequences, time (12-hour and 24-hour format), positive and negative integers, decimal and floating-point numbers, base64 encoded string, JWT ( JSON Web Token), RGB and HSL color codes, SQL statements, ISIN, GPG key ID, MIME types, phone numbers (U.S. format), JSON objects and arrays, CSS selectors, octal numbers, scientific notation, PHP blocks, Python function declarations, IBAN, IMEI, ISMN, and various postal code formats.
- Supports regex pattern for latitude-longitude coordinates (decimal), Google Analytics tracking ID, Google Cloud Storage URI, JDBC connection string, pangram.
- Supports 1000+ famous and commonly used regex patterns.