RegEx Matching (Independent Publisher)

This connector checks whether a text string matches a specified pattern.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Mitanshu Garg
URL https://twitter.com/mitanshu
Email garg.mitanshu@gmail.com
Connector Metadata
Publisher Mitanshu Garg
Website https://sa018.azurewebsites.net
Privacy Policy https://sa018.azurewebsites.net
Categories Content and Files

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Check for valid email format

This action checks whether entered text is in a valid email format

Check for valid GUID format

This action checks whether entered text is in a valid GUID format

Check whether text contains digit

This action checks whether entered text contains a digit anywhere

Check whether text ends with a specified character

This action checks whether entered text ends with a specified character

Check whether text is a valid credit card number

This action checks whether input text is a valid credit card number

Check whether text is in valid US Social Security Number format

This action checks whether entered text matches the US Social Security Number format

Check whether text matches the specified pattern

This action checks whether entered text matches the specified pattern

Check whether text starts with a specified character

This action checks whether entered text starts with a specified character

Check for valid email format

This action checks whether entered text is in a valid email format

Parameters

Name Key Required Type Description
email
email True string

Enter text to check for valid email format

Returns

Name Path Type Description
match_found
match_found boolean

True or False

status_code
status_code integer

200 if request was processed OK

Check for valid GUID format

This action checks whether entered text is in a valid GUID format

Parameters

Name Key Required Type Description
guid
guid True string

Enter text to check for valid GUID format

Returns

Name Path Type Description
match_found
match_found boolean

True or False

status_code
status_code integer

200 if request was processed OK

Check whether text contains digit

This action checks whether entered text contains a digit anywhere

Parameters

Name Key Required Type Description
text
text True string

Enter text to check for presence of a digit

Returns

Name Path Type Description
match_found
match_found boolean

True or False

status_code
status_code integer

200 if request was processed OK

Check whether text ends with a specified character

This action checks whether entered text ends with a specified character

Parameters

Name Key Required Type Description
text
text True string

Enter the text to search

keyword
keyword True string

The keyword to search for at the end of the text

Returns

Name Path Type Description
match_found
match_found boolean

True or False

status_code
status_code integer

200 if request was processed OK

Check whether text is a valid credit card number

This action checks whether input text is a valid credit card number

Parameters

Name Key Required Type Description
Card Number
card_number True integer

Enter card number without spaces or hyphen

Card Issuer
card_type True string

Select card issuer

Returns

Name Path Type Description
match_found
match_found boolean

True or False

status_code
status_code integer

200 if requested processed OK

Check whether text is in valid US Social Security Number format

This action checks whether entered text matches the US Social Security Number format

Parameters

Name Key Required Type Description
SSN
ssn True string

Enter US Social Security Number to validate

Returns

Name Path Type Description
match_found
match_found boolean

True or False

status_code
status_code integer

200 if request processed OK

Check whether text matches the specified pattern

This action checks whether entered text matches the specified pattern

Parameters

Name Key Required Type Description
text
text True string

Enter text to match with the pattern

pattern
pattern True string

Enter pattern to be used for matching the text

Returns

Name Path Type Description
match_found
match_found boolean

True or False

status_code
status_code integer

200 if request was processed OK

Check whether text starts with a specified character

This action checks whether entered text starts with a specified character

Parameters

Name Key Required Type Description
text
text True string

Enter the text to search

keyword
keyword True string

The keyword to search for at the beginning of the text

Returns

Name Path Type Description
match_found
match_found boolean

True or False

status_code
status_code integer

200 if request was processed OK