Regex Validation for Workflow

muhammetayal October 9, 2017

Hi everyone, 

I want to write a regex code and it should show me only below sentence 

My sentence: ABCD-1234: Muhammet Ayal Test

should be result: "Muhammet Ayal Test"

 

Thanks for now

1 answer

0 votes
Mizan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 9, 2017

\s(.+) , but this will also give you the space after ':'

the above regex takes everything after the space including the space. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events