Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

9-24 NITRO Studio Release Question

Would the new 'regextraxtgrp' function be intended for SharePoint Groups or AD Groups?

Uploaded files:
  • nitroStudioReleaseSnap.png

Hi Davis,

It will be released for SharePoint online in a day or two.

Oh ok. Are there plans to do anything similar for On-Prem?

Hi Davis,

Yes, this feature is released in On-premises also.

'regextraxtgrp' function is used to extract matching group from a string value.

Syntax:
$regextractgrp([value/placeholder],expression,groupNumber)

Ex: Get Ticket Id from Email subject

Title column: Test Ticket - [CaseId: 250]

To get CaseId from above Title column, we can use this syntax: $regextractgrp([Title|Title],@.*\[CaseId: (.+)\].*,1)