Please enable JavaScript.
Coggle requires JavaScript to display documents.
PODCASTs, Responsibilities, Content Review, ITIL Functions done in NPS,…
-
Responsibilities
Represent All things Digital in the Digital Health and Technology (DHT) Team and lead the Team of Digital Specialists in Production, Communication, and CRM
-
-
Liase with Finance Delegate and Project Managers of workplans for Budget consumption, financial and deliverable outcome reporting and periodic monitoring.
-
-
-
-
-
-
-
-
MONITORING
Google Analytics
Regular Expression REGEX Link Title
- Match to the END = $ at the end
- Make a list of items
(isi similar to 1st time but within brackets)
/contact -(news|lead)/thank-you
- Match to the beginning i.e., ^
e.g. ^must start here
Caret symbol
- Match everything in the regular expression.
.*
. = any character
*= any number of time i.e., 0 to Infinity
- 'OR' statement
use pipes ie |
e.g. one|two|three
-