Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-08-28 | 4.1 kB | |
Totals: 1 Item | 4.1 kB | 0 |
REGEX - Regular Expressions
Introduction to REGEX's
A regular expression (shortened as regex) is a sequence of characters that specifies a search 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.
The concept of regular expressions began in the 1950s, when the American mathematician Stephen Cole Kleene formalized the concept of a regular language. They came into common use with Unix text-processing utilities. Different syntaxes for writing regular expressions have existed since the 1980s, one being the POSIX standard and another, widely used, being the Perl syntax.
Source (after): https://en.wikipedia.org/wiki/Regular_expression
REGEX's cause as much confusion in Computer Science as does the concept of recursion.
This board has an aim to provide resources to demystify REGEX's.
REGEX Resources
This list needs to grow - along with "confidence ratings" of these sites:
- Wikipedia Overview: https://en.wikipedia.org/wiki/Regular_expression
- Simple Tutorial with examples: https://medium.com/factory-mind/regex-tutorial-a-simple-cheatsheet-by-examples-649dc1c3f285
(Please contribute further)
Contributions
How Can I Help?
** ALL CONTRIBUTIONS AND COMMENTS ARE GRATEFULLY WELCOMED ** !
Reports
Reports, suggestions and comments via the JTSDK Forum - or via the email addresses from main contributors there of late if you do not have post access - are essential.
Conclusion and Further References
The aim of JTSDK64 Project is to use an Agile delivery approach to create a high-quality, yet flexible build system.