I am trying to remove the white space between the text using regs. The input string is sung on a web page under
string input string = "one" 9 "¼"? 30 - One word "10ï¼? 00"; Reggae Spaces = New Reggae (@ "\ s +"); String s = spaces.Replace (inputstring, string.Empty); Reggroup pattern is not working on inputstring. The place between 9:30 and 10:00 does not look like a white space.
Your character I ¼ ?? It is not what you think it is. Look very closely Do you think that's when it really is? Apart from these two different characters, there there is no white space there. Seriousness: Character is not a standard colon. It's a different character here on both sides:
I ¼ ??:
Comments
Post a Comment