Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regular-language

simplify regex, [star] mysteriously disappears

Can Lua patterns represent any regular language?

Regular expression for L = {w|w doesn't contain the substring 110} over the alphabet Σ = {0,1}

is a* the same as (a*)*?

How to determine if a context-free grammar describes a regular language?

Same regex but giving different result with StringTokenizer and Scanner class delimiter

java regex regular-language

Does order not matter in regular expressions?

Regex only 14 numbers

regex regular-language

Will L={xww^R| w, x belongs to {0,1}^+ } is a regular language or not

Which programming languages are regular? [closed]

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?