Skip to content

Instantly share code, notes, and snippets.

@jskeet
Created December 4, 2023 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jskeet/53af321c426679c21069402c1d61c484 to your computer and use it in GitHub Desktop.
Save jskeet/53af321c426679c21069402c1d61c484 to your computer and use it in GitHub Desktop.
using System;
string inputString = "[/OrgId] = [000000000][/StatusId] = [80][/CreatedOn] = [01/12/2023 14:29:47][/CreatedBy] = [PasdF][/PermissionFlags] = [Read][/ChangedOn] = [NOT ASSIGNED]";
string outputString = inputString.Replace("][", "?");
Console.WriteLine(outputString);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment