Skip to content

Commit daea472

Browse files
authored
Update string-transformations.md
Fixing the sample code
1 parent 3c043aa commit daea472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/string-transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ Checks whether the provided email address is valid, and return the email alias.
670670
- Input claims:
671671
- **claimToMatch**: "[email protected]"
672672
- Input parameters:
673-
- **matchTo**: "(?<mailAlias>.*)@(.*)$"
673+
- **matchTo**: `(?<mailAlias>.*)@(.*)$`
674674
- **outputClaimIfMatched**: "isEmail"
675675
- **extractGroups**: true
676676
- Output claims:

0 commit comments

Comments
 (0)