-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)status:by-designTopic described is by design & not considered an issue.Topic described is by design & not considered an issue.
Description
Category
- Question
- Typo
- Bug
- Enhancement / Suggestion
- Additional article idea
Expected or Desired Behavior
When using Guid.isValid and GuidHelpers.isValid on a Guid string I expect the to validate the same
Observed Behavior
Guid.isValid('60273aae-b14d-4301-9651-cb10fc22a261') //returns true
GuidHelpers.isValid('60273aae-b14d-4301-9651-cb10fc22a261') //returns true
Guid.isValid('{60273aae-b14d-4301-9651-cb10fc22a261}') //returns true
GuidHelpers.isValid('{60273aae-b14d-4301-9651-cb10fc22a261}') //returns false
Steps to Reproduce
See above
Metadata
Metadata
Assignees
Labels
area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)status:by-designTopic described is by design & not considered an issue.Topic described is by design & not considered an issue.