Use a regular expression to check for repeated occurrences of words in a string

The demo uses a regular expression to check for repeated occurrences of words in a string using .Net class "Regex" in Delphi.




  
Download

Downloaded
48 times



Updated
28/08/2018


Developer
Bismark

Description

The demo uses a regular expression (using .Net class called Regex) to check for repeated occurrences of words in a string. 

Back