PowerPlatformConnectors/independent-publisher-conne.../RegEx Matching
happyume 5f53734bd4
Update apiDefinition.swagger.json (#1729)
Changed input type from  integer to string for one of the operations
2022-06-28 19:02:56 -07:00
..
apiDefinition.swagger.json Update apiDefinition.swagger.json (#1729) 2022-06-28 19:02:56 -07:00
apiProperties.json RegEx Matching (Independent Publisher) (#1693) 2022-06-14 19:48:53 -07:00
readme.md RegEx Matching (Independent Publisher) (#1693) 2022-06-14 19:48:53 -07:00

readme.md

RegEx Matching

This connector extends Power Automate capabilities for performing tests whether a text string matches a pattern. There are pre-built patterns and also an option for user to provide their own regular expressions (regex) for matching the text string.

Publisher: Mitanshu Garg

Prerequisites

There are no prerequisities for this connector

Supported Operations

valid Email

Returns true if the text string is a valid email address

valid GUID

Returns true if the text string is in a valid GUID format

valid SSN

Returns true if the text string is in United States Social Security Number format

valid Credit Card

Returns true if the text string is in credit card number format

valid DATETIME

Returns true if the text string is in YYYYMMDDhhmmss format

contains Digit

Returns true if the text string contains a digit (0-9) anywhere in the input

startsWith

Returns true if the text string starts with the given keyword

endsWith

Returns true if the text string ends with the given keyword

match pattern

Returns true if the text string matches the custom regex pattern

Obtaining Credentials

Anonymous authentication

Known Issues and Limitations

  • This connector only checks whether the provided input matches the expected format for the corresponding action. Other logic (such as checksum) is not performed by this connector.
  • Datetime action does not limit number of days for different months and it accepts 31 days for all 12 months.