Legacy Dev Forum Posts

 View Only

Sign Up

Regex not showing properly in documentation

  • 1.  Regex not showing properly in documentation

    Posted 06-05-2025 19:24

    simgiant | 2023-11-02 16:02:02 UTC | #1

    In this page here the regex seems to be printed wrong : https://developer.genesys.cloud/devapps/audiohook/security#client-authentication:~:text=Security-,Client%20Authentication,-Genesys%20Cloud%20will for client secret This is preventing me from creating valid secrets do you guys know the proper regex and can this be fixed?


    tim.smith | 2023-11-02 21:25:34 UTC | #2

    Thanks for reporting. The correct regex is ^(?:[A-Za-z\d+/]{4})*(?:[A-Za-z\d+/]{3}=?|[A-Za-z\d+/]{2}(?:==)?)?$


    simgiant | 2023-11-03 00:52:13 UTC | #3

    tim.smith, post:2, topic:22896
    ^(?:[A-Za-z\d+/]{4})*(?:[A-Za-z\d+/]{3}=?|[A-Za-z\d+/]{2}(?:==)?)?$

    Thanks a lot for the prompt response!


    system | 2023-12-04 00:52:58 UTC | #4

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 22896