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
if(tag!=null&&string.IsNullOrEmpty(tagRepresentation))//if the tag is not null, we need a representation. This is to make sure I can create only root nodes like this
82
+
if(Tag!=null&&string.IsNullOrEmpty(tagRepresentation))//if the tag is not null, we need a representation. This is to make sure I can create only root nodes like this
if(tag!=null&&string.IsNullOrEmpty(tagRepresentation))//if the tag is not null, we need a representation. This is to make sure I can create only root nodes like this
86
+
if(Tag!=null&&string.IsNullOrEmpty(tagRepresentation))//if the tag is not null, we need a representation. This is to make sure I can create only root nodes like this
stringregexPattern=previousTag==null||isParseContent?@"\[/?[a-z*][a-z0-9]*(=[^\[\]\n\r\v\f]+)?\]":@"\["+previousTag.CloseTag+@"\]";//the close tag has /
0 commit comments