Regular Expression is the most powerful expression language to search string or match string sequences. It easy to use when it found already integrated with some language.
But, What the logic behind it? How regular expression make sure to search exact string? How does we can implement our own regular expression parser?
These type of question make a programmer to think. Thus, the objective of this post:
Figure out the parsing technique.
An example with Java Programming Language.
Figure out the parsing implementation in Java.
Make your own parser in C/C++ Languages.
Conclusion.
No comments:
Post a Comment