Computer Science Fundamentals
Algorithms
Subjective
Mar 03, 2013
What is the order of precedence of operators used in regular expression?
Detailed Explanation
- Operator is having the highest precedence.
- Next the concatenation or dot operator (.).
- + Operator is having the lowest precedence.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts