Skip to content

Commit ce958bf

Browse files
authored
Update string-transformations.md
Fixing typos
1 parent 1ec4eba commit ce958bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Checks that a string claim `claimToMatch` and `matchTo` input parameter are equa
614614
| InputParameter | extractGroups | boolean | [Optional] Specifies whether the Regex match should extract groups values. Possible values: `true`, or `false` (default). |
615615
| OutputClaim | outputClaim | string | If regular expression is match, this output claim contains the value of `outputClaimIfMatched` input parameter. Or null, if no match. |
616616
| OutputClaim | regexCompareResultClaim | boolean | The regular expression match result output claim type, which is to be set as `true` or `false` based on the result of matching. |
617-
| OutputClaim| The name of the| string | If the extractGroups input parmeter set to true, list of claim types that are produced after this claims transformation has been invoked. The name of the claimType must mutch the Regex group name.|
617+
| OutputClaim| The name of the| string | If the extractGroups input parameter set to true, list of claim types that are produced after this claims transformation has been invoked. The name of the claimType must match the Regex group name. |
618618

619619
### Example 1
620620

@@ -647,7 +647,7 @@ Checks whether the provided phone number is valid, based on phone number regular
647647

648648
### Example 2
649649

650-
Checks whether the provided email address is valid, and return the email alise.
650+
Checks whether the provided email address is valid, and return the email alias.
651651

652652
```XML
653653
<ClaimsTransformation Id="GetAliasFromEmail" TransformationMethod="SetClaimsIfRegexMatch">

0 commit comments

Comments
 (0)