Search code examples
Greedy Python RegEx capturing group to include "and"...


pythonregexparsingregular-language

Read More
how do we prove that this language is irregular using the pumping lemma?...


regular-languagefinite-automatacomputation-theorypumping-lemma

Read More
Can regex be used to recognize any Context Free Language?...


regexregular-languagecontext-free-language

Read More
Does order not matter in regular expressions?...


regexcomputer-scienceregular-languageautomata

Read More
Python - serial read and use of regular expressions to group data...


pythonregexpython-3.xserial-portregular-language

Read More
Matching newline and any character with Python regex...


pythonregexregular-language

Read More
Is (0*1*)* equal to (0 | 1)*?...


state-machineregular-languageautomatafinite-automata

Read More
limiting number of characters in regexp_like...


regexoracle-databaseregular-language

Read More
how to make a regular expression for this?...


regexregular-language

Read More
Why does Regexp have a timeout method, while in theory they shouldn't?...


regexregular-languagecomputation-theorydfa

Read More
Is this a regular language?...


grammarcontext-free-grammarregular-language

Read More
concatenation & union - regular and context free languages...


regular-languagefinite-automataautomatacontext-free-language

Read More
Prove regular language and automata...


regular-languageformal-languages

Read More
what is equivalent 0* |a* |b* |(a|b)*...


regexregular-language

Read More
Regular Expressions statement for incoming file...


pythonregular-language

Read More
Trying To Match A Specific String Inside sed Command...


regexsedterminalregular-language

Read More
Regular expresion problems...


regexregular-language

Read More
Kotlin Regex Boundary Matching Not working...


regexkotlinregular-language

Read More
Regular expression for phone number with special characters...


phpregexregular-language

Read More
Java regex. How to get 3 different parts of text?...


javaregexregular-language

Read More
DFA to RE (Introduction to Automata Theory, Languages and Computation)...


regexregular-languagefinite-automata

Read More
How to extract some specific string from url?...


phpregexregular-language

Read More
Refine String using Python/Regular Expression...


pythonregexpython-3.xregular-language

Read More
regular languages section closure property...


regular-languagesectionscomputation-theory

Read More
If the string of L consists of 0's only prove that L* is regular...


regular-languageautomata

Read More
match a text that follows a special string...


regexpcreregular-language

Read More
Not able to not match substring and match string...


regexregex-negationregex-lookaroundsregex-groupregular-language

Read More
Linear grammar, derive a word...


grammarregular-language

Read More
chomsky hierarchy in plain english...


grammarcontext-free-grammarregular-languagecontext-sensitive-grammar

Read More
Regular expression over the language C={a,b}...


regular-languagensregularexpressionautomatadfaautomata-theory

Read More
BackNext