Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regular-language

Union of two (irregular) Context Free Language results a Regular Language?

If L* is regular, then is L regular?

regular-language

Regex for at least one alphabet and shouldn't allow dot(.)

Why is the complement of a regular language still a regular language?

If every subset of a language L is regular then L is regular? [closed]

How is it possible to split a string by whitespaces, and also keep commas separate?

Theory of Computation - Showing that a language is regular

How to implement regular expression assertions/lookaround (i.e. \b style word boundary) using a DFA regular expression matcher

Is there an efficient algorithm to decide whether the language accepted by one NFA is a superset of the language accepted by another?

Is the language {0^n 1^n 0^k | k != n} context free?

Swedish SSN Regular expression reject users under a specific age

Pumping lemma (Regular language)

How to understand ATN graph generated for ANTLR grammar?

Regular expression matching on comma bounded by nonwhite space

r regex regular-language

drawing minmal DFA for the given regular expression

regular-language dfa nfa

regular expressions for url parser

Why L={wxw^R| w, x belongs to {a,b}^+ } is a regular language

generalizing the pumping lemma for UNIX-style regular expressions

Light regexp optimization

regex perl regular-language