C # replaces the middle part of the string with the * number

Source: Internet
Author: User

When doing the mall evaluation, in order to show the authenticity of the evaluation and protect the privacy of the customer, we replace the middle part of the user nickname with * (if the word is replaced by * Two string the second string replaced by *) as

Here's how:

1 /// <summary>2 ///returns the hidden middle string3 /// </summary>4 /// <param name= "Input" >input</param>5 /// <returns>Output</returns>6  Public Static stringGetxxxstring (stringInput)7 {8     stringOutput ="";9     Switch(input.length)Ten     { One          Case 1: AOutput ="*"; -              Break; -          Case 2: theOutput = input[0] +"*"; -              Break; -          Case 0: -Output =""; +              Break; -         default: +Output = input.substring (0,1); A              for(inti =0; I < input.length-2; i++) at             { -Output + ="*"; -             } -Output + = input.substring (Input.length-1,1); -              Break; -     } in     returnOutput; -}

C # replaces the middle part of the string with the * number

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.