Skip to content
#

regular-expressions

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. They are used in search engines, in search and replace dialogs of word processors and text editors, in text processing utilities such as sed and AWK, and in lexical analysis. Regular expressions are also supported in many programming languages.

Different syntaxes for writing regular expressions have existed since the 1980s, one being the POSIX standard and another, widely used, being the Perl syntax.

Here are 77 public repositories matching this topic...

This repository has example codes for Java programming. Almost all topics are covered here. You can use this as a base for developing projects, or a reference to learn Java programming.

  • Updated Nov 11, 2021
  • Java

This package hosts an array of frequently used regex validations and regex expression evaluation functionalities. In general, String check encompasses last word check, middle word check, first word check, sentence validation, phone number validation, name validation with or without honorific, password with both default parameter settings and cus…

  • Updated Apr 6, 2018
  • Java

Artificial intelligence is not just a smart system: it's a smart system capable of self-learning. In this project, you will create a simple interactive game where the computer will try to guess the animal that the person has in mind with the help of yes or no questions. During the game, the computer will extend its knowledge base by learning new…

  • Updated Jul 1, 2022
  • Java

Created by Stephen Cole Kleene

Released 1950

Followers
25 followers
Wikipedia
Wikipedia

Related Topics

awk glob grep pattern-matching sed wildcard