Regular Expression Conversion

  • Hello,

    How do i convert the following piece of code in SQL Server? What can i use in SQL Server in place of REGEXP_SUBSTR and INSTR?

    INSTR(REGEXP_SUBSTR (URI, '/([[:alnum:]]+(/|?){3}){1,2}'),'/',1,3) > 0

    Thanks

  • Try posting your question in English rather than whatever computer programming language this is.  Be sure to include sample data and expected results.

    Drew

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply