6.10. Floating-Point Numbers - Regular Expressions Cookbook, 2nd Edition [Book] [https://www.oreilly.com/library/view/regular-expressions-cookbook/9781449327453/ch06s10.html] - 2024-05-04 09:43:15 - public:stevetao Floating-point, Regular-Expression - 2 | id:1491390 -
Password Strength Checker using Regular Expressions in JavaScript | Engineering Education (EngEd) Program | Section [https://www.section.io/engineering-education/password-strength-checker-javascript/] - 2023-02-06 13:28:17 - public:stevetao Password, Regular-Expression - 2 | id:1301752 -
How to validate password strength using a regular expression | Computerworld [https://www.computerworld.com/article/2833081/how-to-validate-password-strength-using-a-regular-expression.html] - 2023-02-06 13:27:08 - public:stevetao Password, Regular-Expression - 2 | id:1301751 -
javascript - Regex for password must contain at least eight characters, at least one number and both lower and uppercase letters and special characters - Stack Overflow [https://stackoverflow.com/questions/19605150/regex-for-password-must-contain-at-least-eight-characters-at-least-one-number-a] - 2023-02-06 13:25:47 - public:stevetao Password, Regular-Expression - 2 | id:1301750 -
regular expressions - set theory with RegEx on fen strings (or another parser) - Computer Science Stack Exchange [https://cs.stackexchange.com/questions/144907/set-theory-with-regex-on-fen-strings-or-another-parser] - 2023-02-06 13:18:33 - public:stevetao Chess, FEN, Notation, Regular-Expression - 4 | id:1301748 -
expression - Regex challenge, Custom Chess Notation - Stack Overflow [https://stackoverflow.com/questions/23638515/regex-challenge-custom-chess-notation] - 2023-02-06 13:16:49 - public:stevetao Chess, Notation, PGN, Portable-Game-Notation, Regular-Expression - 5 | id:1301747 -
Chess in Regular Expressions – 8-bit Classroom [https://8bitclassroom.com/2020/08/16/chess-in-regex/] - 2023-02-06 13:14:29 - public:stevetao Chess, Notation, PGN, Portable-Game-Notation, Regular-Expression - 5 | id:1301746 -
RegExr: Chess notation [https://regexr.com/3bos0] - 2023-02-06 13:13:57 - public:stevetao Chess, Notation, Regular-Expression - 3 | id:1301745 -
Python FEN chess Validation with regular expression · GitHub [https://gist.github.com/Dani4kor/e1e8b439115878f8c6dcf127a4ed5d3e] - 2023-02-06 13:11:35 - public:stevetao FEN, Python, Regular-Expression - 3 | id:1301744 -
language theory - Regular expression for strings with even number of a's and odd no of b's - Stack Overflow [https://stackoverflow.com/questions/3698625/regular-expression-for-strings-with-even-number-of-as-and-odd-no-of-bs] - 2023-01-24 14:33:45 - public:stevetao Regular-Expression - 1 | id:1294923 -
Let’s Build An Interpreter In Python From Scratch | by Umangshrestha | Python in Plain English [https://python.plainenglish.io/writing-an-interpreter-in-python-from-scratch-part-1-af7698cff0d9] - 2023-01-17 14:33:48 - public:stevetao Interpreter, Lexical-Analyzer, Parsing, Python, Regular-Expression - 5 | id:1294864 -
regex - Regular expression for floating point numbers - Stack Overflow [https://stackoverflow.com/questions/12643009/regular-expression-for-floating-point-numbers] - 2022-12-18 07:41:44 - public:stevetao Floating-point, Regular-Expression - 2 | id:1294675 -
C Program to construct DFA for Regular Expression (a+aa*b)* [https://www.tutorialspoint.com/c-program-to-construct-dfa-for-regular-expression-aplusaa-b] - 2022-11-04 14:12:04 - public:stevetao Automata, C++, DFA, Programming, Regular-Expression - 5 | id:1294118 -
Regex to describe binary numbers - Stack Overflow [https://stackoverflow.com/questions/55093033/regex-to-describe-binary-numbers] - 2022-10-16 15:13:01 - public:stevetao Regular-Expression - 1 | id:1287136 -
regex - How can I validate an email address using a regular expression? - Stack Overflow [https://stackoverflow.com/questions/201323/how-can-i-validate-an-email-address-using-a-regular-expression] - 2022-10-16 15:02:34 - public:stevetao Email, Regular-Expression - 2 | id:1287135 -
The Forsyth-Edwards Notation in Chess (FEN). | by Sri Vathsan | Medium [https://vathzen.medium.com/forsyth-edwards-notation-in-chess-fen-d7c75397ff5a] - 2022-09-25 15:21:26 - public:stevetao Chess, FEN, Grammar, Regular-Expression - 4 | id:1276760 -
Various Regex Examples for Programmers - Source Code Syntax [https://www.regular-expressions.info/examplesprogrammer.html] - 2021-06-27 01:44:07 - public:stevetao Regular-Expression, Tip - 2 | id:706887 -
Finding Comments in Source Code Using Regular Expressions - Stephen Ostermiller [https://blog.ostermiller.org/finding-comments-in-source-code-using-regular-expressions/] - 2021-06-27 01:43:18 - public:stevetao Regular-Expression, Tip - 2 | id:706886 -
Definitions of Regular Language and Regular Expression [https://www.cs.odu.edu/~toida/nerzic/390teched/regular/reg-lang/definitions.html] - 2020-05-06 14:44:14 - public:stevetao Regular-Expression, Regular-Language, Theory-of-Computation - 3 | id:310044 -
A Formal Definition of Regular Grammars [https://www.cs.montana.edu/ross/theory/contents/chapter02/green/section05/page04.xhtml] - 2020-05-06 14:34:37 - public:stevetao Regular-Expression, Regular-Grammar, Theory-of-Computation - 3 | id:310041 -
Regular Expressions, Regular Grammar and Regular Languages - GeeksforGeeks [https://www.geeksforgeeks.org/regular-expressions-regular-grammar-and-regular-languages/] - 2020-05-06 14:32:40 - public:stevetao Regular-Expression, Theory-of-Computation - 2 | id:310040 -
Example: Matching Floating Point Numbers with a Regular Expression [https://www.regular-expressions.info/floatingpoint.html] - 2020-05-06 07:56:35 - public:stevetao Floating-point, Regular-Expression, Theory-of-Computation - 3 | id:310025 -
Example: Matching Numeric Ranges with a Regular Expression [https://www.regular-expressions.info/numericranges.html] - 2020-05-06 07:56:20 - public:stevetao Regular-Expression, Theory-of-Computation - 2 | id:310024 -