Skip to content

Commit 94a6829

Browse files
committed
RemoteApp Organizational Unit accepts unicode characters
1 parent 80754b9 commit 94a6829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceManagement/RemoteApp/Commands.RemoteApp/Common/RemoteAppRegEx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public abstract partial class RdsCmdlet
9797
* (#([0-9A-Fa-f]{2})+)
9898
*
9999
* Or a Unicode grapheme
100-
* \P{M}\p{M}*+
100+
* (?>\P{M}\p{M}*)
101101
*
102102
* There will be 1 or more characters matching this pattern
103103
* )+

0 commit comments

Comments
 (0)