Azure-docs: Regex error

Created on 5 Jun 2018  Â·  5Comments  Â·  Source: MicrosoftDocs/azure-docs

Hi there,
Your regex used to catch the source in Option 2 and Option 3 is not correct.
(/test/.*) is not a well formed expression check this link.

image


Solution:
You can remove the slashes like this: (test.*) [It worked for me as a charm]
or you can escape it like this: (\/test\/.*)


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

assigned-to-author cdsvc doc-bug in-progress triaged

All 5 comments

@Lroca88 Thanks for the feedback! I have assigned the issue to the content author to evaluate and update as appropriate.

Fixed in MicrosoftDocs/azure-docs-pr#44628

please-close

@Lroca88 We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.

Thanks, @TravisCragg-MSFT, @dksimpson!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bityob picture bityob  Â·  3Comments

mrdfuse picture mrdfuse  Â·  3Comments

AronT-TLV picture AronT-TLV  Â·  3Comments

jebeld17 picture jebeld17  Â·  3Comments

behnam89 picture behnam89  Â·  3Comments