X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Subject: Re: [geda-user] when pcb disperse command loses elements To: geda-user AT delorie DOT com References: <55E02536 DOT 8020202 AT envinsci DOT co DOT uk> From: "Matt Rhys-Roberts (matt DOT rhys-roberts AT envinsci DOT co DOT uk) [via geda-user AT delorie DOT com]" Organization: Envin Scientific Ltd. Message-ID: <55E05A27.6090204@envinsci.co.uk> Date: Fri, 28 Aug 2015 13:55:03 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 28/08/15 10:29, gedau AT igor2 DOT repo DOT hu wrote: > > A regex pattern for 100-199 is: 1[0-9][0-9] > For 200-299: 2[0-9][0-9] > In case you want to deal with resistors only: R1[0-9][0-9] > > These are the generic regex patterns that; I am not sure how exactly > the select dialog box works, tho. Thanks! That really helps for selecting R100-199, C100-199, etc. Next, I'd really like to know if it's possible to select ALL components numbered 100-199, 200-299, etc. I've tried lots of regex combinations but not found the right magic yet... Regards, Matt