demianrasko / Dynamics-365-Workflow-Tools

Dynamics 365 Workflow Tools is a Community solution that expands Microsoft Dynamics 365 (CRM) Workflow features with lots of new posibilities. This helps you to build very advanced Codeless solutions in CRM.
Microsoft Public License
466 stars 222 forks source link

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

Open github3332 opened 2 years ago

github3332 commented 2 years ago

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