Jump to content

SRE


sejje
 Share

Recommended Posts

Can SRE auto-it handle searching for an actual parentheses? What is the proper syntax, as escaping it with a backslash doesn't seem to work.

I'm trying to extract from a large string the relevant portion 56565656. The string is not constant except for parentheses, like this:

"not constant in length (56565656) not constant in length"

I was trying something like this:

StringRegExp($string, '(?: \()([0-9]{8,12})(?: \))', 1)

Anyone?

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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