-
Notifications
You must be signed in to change notification settings - Fork 112
Regex Match Validator #188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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