Help with regular expression

Comments

1 comment

  • Joel Stewart

    Tony, here's the Regex that I would use for the pattern you've described: 

    \b\d{4} \d{4}\b

    When view this Regex in Datameer's Java escaped version, the MATCHES formula would look like this:

    MATCHES(#myString;"\\b\\d{4} \\d{4}\\b")
    0
    Comment actions Permalink

Please sign in to leave a comment.