Regular Expressions

Is there a package in CQ that is similar to regex/re to use for regular expressions?

Comments

  • ptunneyptunney Posts: 246

    have you tried import re?

  • tb435225tb435225 Posts: 7
    edited September 2020

    Is re supported even though it is not listed in available libraries and packages? I have tried using re, but maybe the problem is that CQ doesn't allow for me to pull in data from a different website?

  • ptunneyptunney Posts: 246
    edited September 2020

    Yes RE is supported but you are not allowed to access outside websites from within the backtesting network.
    Pre-process your data and put it in the user data, you can access user data from within the backtesting environment.

  • Okay thank you! I appreciate the help!

Sign In or Register to comment.