Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regular-language

Understanding (and forming) the regular expression of this finite automaton

Need regular expression for multilingual which allow only alphabets

Infer regex pattern from set of Strings, I need an algorithm in java to create below information [duplicate]

java regex regular-language

re.search() in python goes into an infinite loop

DFA without final state

Regex to Detect Zalgo

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?