Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6099 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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$

Posted

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; "/" ) ) )



      )

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.