![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Perl REGEX - How do extract a string in a line? | maverick-ski | Shell Programming and Scripting | 4 | 08-20-2009 06:54 PM |
| regex to select last part of a path | elric | Shell Programming and Scripting | 7 | 08-01-2009 08:52 AM |
| Perl Regex string opperation | dkozel | Shell Programming and Scripting | 2 | 06-19-2009 09:41 PM |
| regex on first string in a variable. | Endo | UNIX for Dummies Questions & Answers | 1 | 09-03-2008 08:28 AM |
| With Regex Spliting the string into Alphanumeric and Numeric part | ozgurgul | Shell Programming and Scripting | 1 | 06-30-2007 10:52 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
using regex to get part of a string ?
Hi there, i wonder, is it possible to use regular expressions to partially select a string?
I have a bunch of server names which look like this server1z-test server2z2 server45z-primary server13z3 I want to extract up to and including the 'z' in the server name, so for example server1z server2z server45z server13 everything to the right of the 'z' im not interested in using the example above, is this possible using regular expressions? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|