Del via


RegEx Matching (Independent Publisher) [DEPRECATED]

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 (deprecated) [DEPRECATED]

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

Check for valid GUID format (deprecated) [DEPRECATED]

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

Check whether text contains digit (deprecated) [DEPRECATED]

This action checks whether entered text contains a digit anywhere (deprecated)

Check whether text ends with a specified character (deprecated) [DEPRECATED]

This action checks whether entered text ends with a specified character (deprecated)

Check whether text is a valid credit card number (deprecated) [DEPRECATED]

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

Check whether text is in valid US Social Security Number format (deprecated) [DEPRECATED]

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

Check whether text matches the specified pattern (deprecated) [DEPRECATED]

This action checks whether entered text matches the specified pattern (deprecated)

Check whether text starts with a specified character (deprecated) [DEPRECATED]

This action checks whether entered text starts with a specified character (deprecated)

Check for valid email format (deprecated) [DEPRECATED]

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

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 (deprecated) [DEPRECATED]

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

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 (deprecated) [DEPRECATED]

This action checks whether entered text contains a digit anywhere (deprecated)

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 (deprecated) [DEPRECATED]

This action checks whether entered text ends with a specified character (deprecated)

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 (deprecated) [DEPRECATED]

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

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 (deprecated) [DEPRECATED]

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

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 (deprecated) [DEPRECATED]

This action checks whether entered text matches the specified pattern (deprecated)

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 (deprecated) [DEPRECATED]

This action checks whether entered text starts with a specified character (deprecated)

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