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
Say there is a set of custom tags like !customTag1, !customTag2, !customTag3 ... in the yaml file. We don't know the number of such tags before loading it. Is there a way to use RegExp /!customTag[\d]*/ when creating schemas?
The text was updated successfully, but these errors were encountered:
Say there is a set of custom tags like
!customTag1
,!customTag2
,!customTag3
... in the yaml file. We don't know the number of such tags before loading it. Is there a way to use RegExp/!customTag[\d]*/
when creating schemas?The text was updated successfully, but these errors were encountered: