From owner-freebsd-questions@FreeBSD.ORG Tue Jul 7 13:55:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D54F41065670 for ; Tue, 7 Jul 2009 13:55:35 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id A70C98FC12 for ; Tue, 7 Jul 2009 13:55:35 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by wa-out-1112.google.com with SMTP id m38so1343736waf.27 for ; Tue, 07 Jul 2009 06:55:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=o1r9i3qTZgaOcV/M3mBzOKvGe4BrEUTMO5tnBb1wDoI=; b=QBZlYH+Lfd3MhW0R5ey274s++gKI4EAQUxCbV2gjnMl3nQtmmpDeswdqvNNC0xJamo VBJLu59rk3c22sosWTbbqvC+azW2z5vXXw+WJsbwjFuorkV7Txl6uRP5a5u2yv/VAvzB cF3lUjiDPtrGJ9fS1xLlxrrP2E6bHvgkZfCVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=IIPncgCW67DiF44QLk2pBfbQZsu8WoR6TAT8HXbdFhO0szCWC2plGGDFkCxkg9b0ni 1bl8RCaie8knuH4V8YAKBrvpQL3X2SJxcT/gLwcXhbMJ14RSdPQThzyUJq6BQ95b0rp+ nzSXtQfl0Yr81slfAWlWzlITHyMZdW9OPpTa4= Received: by 10.114.159.6 with SMTP id h6mr9546101wae.19.1246974935220; Tue, 07 Jul 2009 06:55:35 -0700 (PDT) Received: from aryeh-desktop.istudentunion.com (ool-44c0cd7a.dyn.optonline.net [68.192.205.122]) by mx.google.com with ESMTPS id v32sm13258610wah.13.2009.07.07.06.55.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 07 Jul 2009 06:55:34 -0700 (PDT) Message-ID: <4A5353D1.5010807@gmail.com> Date: Tue, 07 Jul 2009 09:55:29 -0400 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.22 (X11/20090626) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ot: regular expression help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 13:55:36 -0000 I am attempting to make (without the perl expansions) a regular expansion that when used as a delim will split words on any punction/whitespace character *EXCEPT* "$" (for java people I want to feed it into something like this: for(String foo:input.split([insert regex here]) ...