You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tagValue=tagValue.Trim('<','>');//trim the open and close brackets
51
-
stringtagName=tagValue.Contains(' ')?tagValue.Substring(0,tagValue.IndexOf(' ')):tagValue;//get the tag name (until the first space character or the whole string.)
51
+
//get the tag name (until the first space character if attributes are present or the whole string.)
0 commit comments