Search Results

Search: Posts Made By: bbaker@copesan.
9
1,787
Posted By bbaker@copesan.
Building:.*(\d+\s\w+) This is closer but...
Building:.*(\d+\s\w+)

This is closer but I only get 1 last digit instead of all.

---------- Post updated at 03:40 PM ---------- Previous update was at 03:20 PM ----------

Came up with...
9
1,787
Posted By bbaker@copesan.
\s-\s(\d+\s\w+) This gets me extremely...
\s-\s(\d+\s\w+)

This gets me extremely close but I cant seem to figure out how to use "Building" as the anchor and skip everything in between.

thanks for your on going help

----------...
9
1,787
Posted By bbaker@copesan.
That is very close but I don't want the clr and I...
That is very close but I don't want the clr and I also need to use this in perl. Sorry not smart enough to convert from the shell line yet.
9
1,787
Posted By bbaker@copesan.
What I am trying to do is use the word Building:...
What I am trying to do is use the word Building: as the anchor skip everything until the number then extract the number and the next word.
9
1,787
Posted By bbaker@copesan.
Regexp
I would like to extract "1333 Fairlane" given the below text.
The word "Building:" is always present. The wording between Building and the beginning of the address can be almost anything. It...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 04:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy