Search code examples
Validating a url path with regex and excluding special characters...

regexpathregex-negationregular-languageheap-analytics

Read More
Explain regular expression in Python...

pythonnlpexpressionregular-language

Read More
R to detect accent...

rregexregular-language

Read More
Regular Expression for Strings with even number of b's followed by the letter c followed by an o...

regexregular-language

Read More
Is L = {a^n a^n b^m |m, n ≥ 0} a regular or irregular language?...

computer-scienceregular-languagedfaformal-languagespumping-lemma

Read More
Are those two regular languages the same?...

regular-languagedfa

Read More
Why is {a^nb^n | n <= 10} regular?...

computer-scienceregular-languagefinite-automatafsmformal-languages

Read More
Delete specific strings from pandas dataframe with operators chaining...

pythonpandasdataframeoperatorsregular-language

Read More
Using Python to search through a PCAP file and return key information about the search query...

regexpython-3.xexpressionpcapregular-language

Read More
why regular expression match result is empty...

c++regexregular-language

Read More
why a^m b^n where m,n > 0 is a regular language but a^n b^n where n > 0 is non regular languag...

regexregular-languagecomputation-theoryfinite-automata

Read More
Use the pumping lemma to show that the following languages are not regular languages L = {anbm | n =...

regular-languageautomatafinite-automatapumping-lemma

Read More
Simplify Regular Expression, Automata Theory...

regexregular-languageautomata

Read More
Extract strings followed by number with space using regex...

c#regexregular-language

Read More
Using regex to find abbreviations...

regexregular-language

Read More
Why is {a^nb^n | n >= 0} not regular?...

computer-sciencefsmregular-language

Read More
Is a*b* regular?...

regular-languagecomputation-theory

Read More
Regular expression for words not starting or ending with vowels?...

regexregular-language

Read More
Cannot seem to regexp extract a word on URL (Data Studio)...

regexlooker-studioregular-language

Read More
Javascript Capitalize first letter of each word ignore Contractions...

javascriptregexstringregular-languagecapitalize

Read More
Python parse inconsistent free form street names using regex...

pythonregexregular-language

Read More
regex (regular expression): parse the optional end of the string if it exists...

phpregexregular-language

Read More
Match anything until first occurrence of word with regex...

regexregular-language

Read More
Can't generate a regular expression...

phpregexregular-language

Read More
Does aabbabb belong to the regular expression ((a*| b*)bb)*?...

context-free-grammarregular-languageautomatalanguage-theory

Read More
Using Closure Properties to prove Regularity...

regular-languagedfa

Read More
Build regular expression...

regular-languagefinite-automata

Read More
Regular Expression to match Salutation...

c#asp.netregexregular-language

Read More
Order in Kleene star operation?...

regular-languagekleene-star

Read More
Why don't regular expression engines support all set operations?...

regexstate-machineregular-languagefinite-automata

Read More
BackNext