Regex Match Validator#188
Conversation
|
✅ Valid PR for ActionPack Thank you for your contribution. This PR complies with the CONTRIBUTING.md. |
|
Hi @LakshmiChaitanyaReddy
|
LakshmiChaitanyaReddy
left a comment
There was a problem hiding this comment.
Hi @rohi-v ,
Thanks for reviewing
I have made the changes
could you please check now?
Thanks,
Chaitanya
|
✅ Valid PR for ActionPack Thank you for your contribution. This PR complies with the CONTRIBUTING.md. |
rohi-v
left a comment
There was a problem hiding this comment.
Can you push the action changes again, I am getting issues uploading the file.
|
done @rohi-v |
|
✅ Valid PR for ActionPack Thank you for your contribution. This PR complies with the CONTRIBUTING.md. |
|
Looks Good, Thank you for your contribution |
A generic action to check if a given string matches given pattern
input1: RegExp : Regular expression pattern as a string
input2: Input String: String that you want to evaluate
input3: Flags: Flags for RegExp(optional)
Outputs: Is match: A boolean value whether a given string matches the given pattern or not