Skip to content

Conversation

@raghavs046
Copy link
Contributor

This action will allow users to define a Regex and Text. The action will replace all the patterns matching regex in the given text.

Example: This flow action can be used to find and replace any sys_ids coming through inbound emails.

Example Input :
Regex: [a-z0-9]{32} // sys_id regex
Text Value: 534af435a324c235425635535643 // sample text


Inputs:

  1. Name = Regex , field type = String , Mandatory
= true
  2. Name = Text , field type = String , Mandatory
= true

Output:

  1. Name= Replaced Text , field type = String

@github-actions
Copy link

github-actions bot commented Oct 4, 2025

Valid PR for ActionPack

Thank you for your contribution. This PR complies with the CONTRIBUTING.md.
A maintainer will review this shortly. In the meantime, Happy Hacking!

@am-shakeel am-shakeel self-assigned this Oct 4, 2025
Copy link
Contributor

@am-shakeel am-shakeel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. However, it seems that the file changes in this Pull Request are incorrect or invalid. Please review the files you have changed/added and ensure that all modifications are correct, valid, and align with the project’s goals and guidelines. Closing this for now. Once you make additional changes, feel free to re-open this Pull Request or create a new one.

@am-shakeel am-shakeel closed this Oct 4, 2025
@raghavs046 raghavs046 deleted the DefineRegexAndReplace branch October 4, 2025 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants