Skip to content

[FSSDK-10734] update regex to allow = character - #426

Merged
pulak-opti merged 5 commits into
masterfrom
pulak/update-datafile-doc
Oct 4, 2024
Merged

[FSSDK-10734] update regex to allow = character#426
pulak-opti merged 5 commits into
masterfrom
pulak/update-datafile-doc

Conversation

@pulak-opti

@pulak-optipulak-opti commented Oct 3, 2024

Copy link
Copy Markdown
Contributor

Summary

  • updated config.yaml
  • updated regex to allow = character

Issues

@pulak-optipulak-opti changed the title [] add doc in config.yaml for secure env datafileURL template[FSSDK-10734] add doc in config.yaml for secure env datafileURL templateOct 3, 2024
@pulak-opti
pulak-opti requested a review from Mat001October 3, 2024 17:40
@pulak-opti
pulak-opti requested a review from jaeoptOctober 4, 2024 07:52
@pulak-optipulak-opti changed the title [FSSDK-10734] add doc in config.yaml for secure env datafileURL template[FSSDK-10734] update regex to allow = characterOct 4, 2024

@mikechu-optimizelymikechu-optimizely left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I like your use of character classes. I would have used grouping with the OR ^(\\w|=)+(:(\\w|=)+)?$ but I'm a regex newbie :-)

@Mat001Mat001 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@pulak-opti
pulak-opti merged commit e80529d into masterOct 4, 2024
@pulak-opti
pulak-opti deleted the pulak/update-datafile-doc branch October 4, 2024 14:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@pulak-opti@Mat001@mikechu-optimizely