Regular Expressions:
Last Segment of the course covered Regular Expressions
Regular Expressions are concise notations to describe languages.
From Regular Expressions we can form Infinite strings with finite characters, those finite characters belong to a generic set, and we say that Regular Expression is defined over that set.
Languages based on Regular Expressions are Defined using Structural Induction.
The Topic of Regular Expressions is the most Interesting and easiest part of the course I have experienced.
The whole idea of regular expressions is so simple and neat.
The Practical application which we did in java for CSC207,
Regular Expressions are used to match strings of text, such as particular characters, words, or patterns of characters.
No comments:
Post a Comment