<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AutoCAD LT - Multiple Layer Rename in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/autocad-lt-multiple-layer-rename/m-p/11601139#M8703</link>
    <description>&lt;DIV style="font-size: 1.1em; font-family: 'ArtifaktElement'; line-height: 1.3em; margin: 15px 100px 80px 100px;"&gt;
&lt;P&gt;FWIW - someone else was rooting around for this a few years ago, &lt;A style="color: blue; border-bottom: 1px solid blue; font-weight: 300;" href="https://forums.autodesk.com/t5/autocad-lt-forum/rename-multiple-layers/td-p/7148187" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 06 Dec 2022 13:02:08 GMT</pubDate>
    <dc:creator>rkmcswain</dc:creator>
    <dc:date>2022-12-06T13:02:08Z</dc:date>
    <item>
      <title>AutoCAD LT - Multiple Layer Rename</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/autocad-lt-multiple-layer-rename/m-p/11600960#M8702</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to batch rename layers in Autocad LT?&lt;/P&gt;
&lt;P&gt;eg. when collating and overlaying files name existing layers as - Grd Floor -..., 1st Floor... etc.&lt;/P&gt;
&lt;P&gt;Or is there an easier way of doing this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[ The subject line of this post has been edited for clarity by &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12851358"&gt;@handjonathan&lt;/a&gt; Original: LT Multiple Layer Rename ]&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 12:46:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/autocad-lt-multiple-layer-rename/m-p/11600960#M8702</guid>
      <dc:creator>contactZCG8K</dc:creator>
      <dc:date>2022-12-06T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD LT - Multiple Layer Rename</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/autocad-lt-multiple-layer-rename/m-p/11601139#M8703</link>
      <description>&lt;DIV style="font-size: 1.1em; font-family: 'ArtifaktElement'; line-height: 1.3em; margin: 15px 100px 80px 100px;"&gt;
&lt;P&gt;FWIW - someone else was rooting around for this a few years ago, &lt;A style="color: blue; border-bottom: 1px solid blue; font-weight: 300;" href="https://forums.autodesk.com/t5/autocad-lt-forum/rename-multiple-layers/td-p/7148187" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Dec 2022 13:02:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/autocad-lt-multiple-layer-rename/m-p/11601139#M8703</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2022-12-06T13:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD LT - Multiple Layer Rename</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/autocad-lt-multiple-layer-rename/m-p/11601304#M8704</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11391850"&gt;@contactZCG8K&lt;/a&gt; Short answer: nothing easy/quick built-in does that but you can explore/ use wildcards in RENAME command like this if an option &lt;A href="https://forums.autodesk.com/t5/autocad-forum/rename-multiple-layers/m-p/3772062#M187324" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/autocad-forum/rename-multiple-layers/m-p/3772062#M187324&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;FWIW here is a list of Acceptable wildcards for Autocad&lt;BR /&gt;&lt;BR /&gt;Character&lt;BR /&gt;Definition&lt;BR /&gt;&lt;BR /&gt;# (Pound)&lt;BR /&gt;Matches any numeric digit&lt;BR /&gt;&lt;BR /&gt;@ (At)&lt;BR /&gt;Matches any alphabetic character&lt;BR /&gt;&lt;BR /&gt;. (Period)&lt;BR /&gt;Matches any nonalphanumeric character&lt;BR /&gt;&lt;BR /&gt;* (Asterisk)&lt;BR /&gt;Matches any string and can be used anywhere in the search string&lt;BR /&gt;&lt;BR /&gt;? (Question mark)&lt;BR /&gt;Matches any single character; for example, ?BC matches ABC, 3BC, and so&lt;BR /&gt;on&lt;BR /&gt;&lt;BR /&gt;~ (Tilde)&lt;BR /&gt;Matches anything but the pattern; for example; ~*AB*matches all strings&lt;BR /&gt;that don't contain AB&lt;BR /&gt;&lt;BR /&gt;[ ]&lt;BR /&gt;Matches any one of the characters enclosed; for example, [AB]C matches&lt;BR /&gt;AC and BC&lt;BR /&gt;&lt;BR /&gt;[~]&lt;BR /&gt;Matches any character not enclosed; for example, [~AB]C matches XC but&lt;BR /&gt;not AC&lt;BR /&gt;&lt;BR /&gt;[-]&lt;BR /&gt;Specifies a range for a single character; for example, [A-G]C matches&lt;BR /&gt;AC, BC, and so on to GC, but not HC&lt;BR /&gt;&lt;BR /&gt;` (Reverse quote)&lt;BR /&gt;Reads the next character literally; for example, `~AB matches ~AB&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 14:17:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/autocad-lt-multiple-layer-rename/m-p/11601304#M8704</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2022-12-06T14:17:38Z</dc:date>
    </item>
  </channel>
</rss>

