List Question
20 TechQA 2023-11-14T09:35:16.200000Shunting yard algorithm for parsing basic regular expressions with the Kleene star
132 views
Asked by coderodde
How do the kleene plus operators apply here?
49 views
Asked by Wamiq Ur Rehman
How to apply Kleene star on automata?
1.4k views
Asked by qu4lizz
Order in Kleene star operation?
221 views
Asked by cprieto
Using PCRE2 regex with repeating groups to find email addresses
327 views
Asked by JodeNgb
A DFA for Kleene star operation
847 views
Asked by Veronica
Regex allow asterisk(*) only once time and in the end
623 views
Asked by Artist_Styler_57
Implementing Kleene star operator * (sort of) in C program
385 views
Asked by user4332869
How to use a kleene star operator (*) or it's variant (+) with variables in sparql?
359 views
Asked by Cola
Kleene star semantics and set comparison
146 views
Asked by 1011 1110
String length after kleen's closure in finite-autometa theory
522 views
Asked by Waleed
Does the kleene-star's potence 0 fulfill a disjunction?
60 views
Asked by Corbie
Best way to implement Kleene star operation in Java
437 views
Asked by J. Bug
Why can't the Kleene closure construction for an NFA be simplified?
1.2k views
Asked by ackerleytng
Deterministic Finite Automaton of Kleene Star
8.4k views
Asked by Ankit Shubham
Automata Regular expression - difference between concatenation & union
14.8k views
Asked by Jadyarun
If language L is not regular, is L* regular?
5.5k views
Asked by Bobazonski
Show that two regular expressions are equivalent in Automata Theory without using DFAs
2.3k views
Asked by Faizan Saleem
Cannot understand Kleene Star paper
883 views
Asked by Filippo Costa
Need help about recursive definition for two languages S* and T* where S={aa,b} and T={w1,w2,w3,w4}
1k views
Asked by Faizan Saleem