/Docs//S/Tools/Regex-in-VisualStudio.md
  Source views: Source JSON(ish) on GitHub (VSCode)   Doc views: Document (&k=r00t): Visual Print Technical: OpenParameters Xray
{>
Regular Expressions in Visual Studio: =
To convert a list of file names to a sec =
  1. ...
([A-Z,-]*).md\n =
{ class='definedterm'>$1.Sec}
  • {
  • =
    To convert a list of file names to a list of links, where the prefix is the name. Note, needs more work where the list is of folder names. =
    ([A-Z,-]*).md =
    $1xx$1 =
    See the guide https://docs.microsoft.com/en-us/visualstudio/ide/using-regular-expressions-in-visual-studio?view = vs-2019
    =