kb:common:regexp
Table of Contents
Regular Expressions
https://en.wikipedia.org/wiki/Regular_expression
A regular expression (shortened as regex or regexp), sometimes referred to as rational expression, is a sequence of characters that specifies a match pattern in text. Usually such patterns are used by string-searching algorithms for “find” or “find and replace” operations on strings, or for input validation. Regular expression techniques are developed in theoretical computer science and formal language theory.
Resources
ChatGPT
ChatGPT can help with finding the correct regex for virtually any situation
Online Parser
kb/common/regexp.txt · Last modified: 2024/07/08 21:11 by joerg.hampel