Skip to content

Commit

Permalink
Merge pull request #2499 from MicrosoftDocs/main638717618620580266syn…
Browse files Browse the repository at this point in the history
…c_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored Jan 6, 2025
2 parents 680671f + 9529cf7 commit 5a08c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-explorer/kusto/query/extract-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following example returns the username from the string. The regular expressi

```kusto
let Text = "User: JohnDoe, Email: [email protected], Age: 29";
| print UserName = extract("User: ([^,]+)", 1, Text)
print UserName = extract("User: ([^,]+)", 1, Text)
```

**Output**
Expand Down

0 comments on commit 5a08c14

Please sign in to comment.