Are my DFA's correct? (arbitrary long sequence of 0's and 1's)...
Read MoreUnderstanding (and forming) the regular expression of this finite automaton...
Read MoreRegular expression for L = {w|w doesn't contain the substring 110} over the alphabet Σ = {0,1}...
Read MoreWhether this is the general approach for making a DFA for accepting prefix language of a given regul...
Read MoreIs the language {0^n 1^n 0^k | k != n} context free?...
Read MoreAutomaton that recognizes a language without 3 consecutive zeros...
Read MoreHow to write a generical REGEX expression to: Σ = {a, b, c}, L = {w ∈ Σ ∗ / the first symbol of w is...
Read MoreHow can I allow a single space in a regex in Dart but allow other characters to be 1 or more?...
Read MoreWhich programming languages have a regular grammar?...
Read MoreAutomata theory: Formal definition of indistinguishable & distinguishable strings and example co...
Read MoreWhy is {a^n a^n | n >= 0} regular?...
Read MoreIs this languages REGULAR / CONTEXT FREE but not REG / Nothing?...
Read MoreNeed simple regex (regular expression) for dynamic expression...
Read MoreRegular expression without "Double or more" spaces...
Read MoreSplit a string by punctuation marks (.!?;:) while excluding abbreviations...
Read MoreHow should one proceed to prove (or find) if two regular expressions are same or equivalent?...
Read MoreWhy do we use pumping lemma to prove the non-regularity of languages? WHY?...
Read MoreRegex-How to prevent repeated special characters?...
Read MoreClosure property of regular languages under concatenation and star operation...
Read MoreUsing string of set length with pumping lemma to prove irregularity...
Read MoreWhy L={wxw^R| w, x belongs to {a,b}^+ } is a regular language...
Read MoreRegular expression for the following condition...
Read MoreChecking a string with a regular expression...
Read MoreAre there any languages such that they are proper subsets of each other and satisfy these conditions...
Read MoreGiven a binary alphabet {0,1}, write a regular expression that recognises all words that have an eve...
Read MoreValidating a url path with regex and excluding special characters...
Read MoreExplain regular expression in Python...
Read More