Napomena
Pristup ovoj stranici zahtijeva autorizaciju. Možete se pokušati prijaviti ili promijeniti direktorije.
Pristup ovoj stranici zahtijeva autorizaciju. Možeš da pokušaš da promeniš direktorijume.
This refactoring applies to:
C#
Visual Basic
What: Regular expression (regex) completion through IntelliSense menu.
When: You want to write a regular expression with help from IntelliSense. IntelliSense gives you basic completion and an explanation as to what each of the regex characters mean.
Why: Writing regex is hard and IntelliSense can help you write it.
How-to
Place your cursor in the regex string.
Press Ctrl+Space to trigger the IntelliSense menu.
Select the character you would like to add to your regex string.
