Jump to content

Recommended Posts

Posted

This is what I have:

StringRegExpReplace($UNIVERSALVAR0, "(\-|\().*", "\1")

It deletes everything after "-" and "(" but I also want to delete those two things I'm searching for and one space before them.

Thanks.

Posted

StringRegExpReplace($UNIVERSALVAR0, "\s(?:\-|\().*", "")

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

So many ways to shake a stick!

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...