Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regular-language

What is regularity?

Generative regular expressions

Is a*b* regular?

How does "δ:Q×Σ→Q" read in the definition of a DFA (deterministic finite automaton)?

Ignore everything in a directory except one subfolder

substring match faster with regular expression?

Can a regular expression itself be parsed with a regular expression? [duplicate]

Which programming languages have a regular grammar?

Regular languages vs. non-regular ones [closed]

regex regular-language

Combining deterministic finite automata

Need Regular Expression for Finite Automata: Even number of 1s and Even number of 0s

If we know a CFG only generates regular language, can we get the corresponding regular expression?

No \p{L} for JavaScript Regex ? Use Unicode in JS regex [duplicate]

What is the power of regular expressions?

regex regular-language

How should one proceed to prove (or find) if two regular expressions are same or equivalent?

To make sure: Pumping lemma for infinite regular languages only?

An infinite language can't be regular? What is a finite language?

Minimum pumping length for the following regular languages

Is L = {a^n b^m | n>m} a regular or irregular language?

Is there a way to negate a regular expression?