ddinisco Posted March 14, 2008 Posted March 14, 2008 I am trying to parse just the names out of the end of these lines. I have looked all of the text function and have not come up with any solution. Any help would be much appreciated. #td class="nm"$#a href="/name/nm0001567/"$Connie Nielsen#/a$#/td$ #td class="nm"$#a href="/name/nm0001657/"$Oliver T. Reed#/a$#/td$ #td class="nm"$#a href="/name/nm0001321/"$Richard Will Harris#/a$#/td$
mr_vodka Posted March 14, 2008 Posted March 14, 2008 If all of the paths are similar like this, then you can try something like: Let ( x = Left ( textin; Position ( textin; "#/a$#"; 1; 1 ) - 1); Middle ( x; Position ( x; "/"; 1; PatternCount ( x; "/" ) ) + 3; Length ( x ) - Position ( x; "/"; 1; PatternCount ( x; "/" ) ) ) )
Recommended Posts
This topic is 6099 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now