Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong documentation (image) in the String utility tool for Regex #271

Open
github3332 opened this issue Sep 9, 2022 · 0 comments
Open

Comments

@github3332
Copy link

github3332 commented Sep 9, 2022

Expected behavior and actual behavior.

The documentation on https://github.com/demianrasko/Dynamics-365-Workflow-Tools/blob/master/docs/String%20Functions.md shows to enter regex in the format:
Input string: "regex expression"

The correct format is:

  1. Input text is not needed
  2. Regex expression should be in .#NET syntax
  3. Regex need not be in quotes.. for example this regex works and will extract the text until the first occurence of regex
    image

Steps to reproduce the problem (screenshots are really usefull)

As mentioned in documentation on https://github.com/demianrasko/Dynamics-365-Workflow-Tools/blob/master
image

CRM Version - online/onpremise - WorkflowTools version

Dynamics365WorkflowTools_1_0_61_1_managed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant