Conditional matching allows you to perform a test based on if...then[...else] logic. The syntax is (?if then | else ) - with the 'else' part being optional. To demonstrate, given the following 2 words: Thursday Thurday I only want to match the 'day' part
Read More...