Page History
Page properties | |||||||
---|---|---|---|---|---|---|---|
| Status | Tech review |
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
Status | ||
---|---|---|
|
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
Status | ||||
---|---|---|---|---|
|
hidden | true |
---|
Returns all substrings matching a given regular expression.
size | medium |
---|---|
type | info |
This function returns a text list with all substrings matching a given regular given regular expression.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
findPattern(text, regex) #Output: Text list |
UI Expand | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Assuming
this example returns the following text list: ["User1", "User2", "User3", "User4"] Extract all email addresses from a text field Code Block |
Processing an Elements Connect (formerly nFeed)* custom field
* Applicable for Elements Connect version 6 and above. Assuming %{issue.somefield} is an Elements Connect (formerly nFeed
this example returns the following text list: ["KEY-1", "KEY-2", "KEY-3"]
Code Block | language | bash | linenumbers | true%{findPattern(%{issue.lastComment},"(?<=\[~).*?(?=\])")}
["demo", "user"]
|
UI Expand | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||
Parameters used in this function
|
UI Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
This function returns a
|
UI Text Box | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
If you want to ignore the case, have a look at the findPatternIgnoreCase() function.
[ ]
|
Use cases and examples
Page properties report | ||||||
---|---|---|---|---|---|---|
|
Excerpt Include | ||||||
---|---|---|---|---|---|---|
|
Page properties | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|