Skip to content

Commit c8c2f7d

Browse files
Merge pull request #12843 from MicrosoftDocs/ghogen-patch-61
Use code style for regular expression
2 parents 829100e + 12699d8 commit c8c2f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-tools/customize-how-visual-studio-creates-captions-for-data-bound-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following table lists the internal default settings for these registry value
3939

4040
|Registry item|Default value|Explanation|
4141
|-------------------|-------------------|-----------------|
42-
|**SmartCaptionExpression**|**(\\\p{Ll})(\\\p{Lu})|_+**|Matches a lowercase character followed by an uppercase character or an underscore.|
42+
|**SmartCaptionExpression**|`(\\p{Ll})(\\p{Lu})|_+`|Matches a lowercase character followed by an uppercase character or an underscore.|
4343
|**SmartCaptionReplacement**|**$1 $2**|The **$1** represents any characters matched in the first parentheses of the expression, and the **$2** represents any characters matched in the second parentheses. The replacement is the first match, a space, and then the second match.|
4444
|**SmartCaptionSuffix**|**:**|Represents a character appended to the returned string. For example, if the caption is `Company Name`, the suffix makes it `Company Name:`|
4545

0 commit comments

Comments
 (0)