Question: Please use c# to solve the problem, do not use regular expressions and regex functions You are given two strings S1 and S2 that can

Please use c# to solve the problem, do not use regular expressions and regex functions

Please use c# to solve the problem, do not use regular expressions

You are given two strings S1 and S2 that can contain any ASCII symbols, except for the line feed character. Normalize the strings: delete all symbols that are not latin letters, digits or a whitespace character, and decapitalize every letter (make it lowercase). You should then delete all words which length is less or equal to 3 and all extra whitespace characters (so that there's no more than one whitespace character between two words). For the resulting strings count the following value: c/(S1+S2c), where c is the number of matching symbols between the strings S1 and S2 and Sn is the length of the n-th string

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!