What is a regular expression and how to use it? From where we can access it?
Regular expression matches the String value of an input field against a text pattern defined by a regular expression. Optionally, you can use the regular expression to extract particular substrings from the input text field matching a portion of the text pattern into new output fields. This is known as “capturing”.
You will get plugin Regex Evaluation in process studio.
1 Like
HI @Sarthak1 .
Great documentation is available at www.oracle.com and to test the REGEX expressions you wish to create, we use www.regex101.com
Hope this helps
1 Like
Thank you @wllmdjngh
Thank You @Prajakta_Vikhe