TechNow Ep 31 | Regular Expressions Part 1 of 2

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2016 01:32 PM
Chuck, Dave, and Kreg are back to help you understand the world of regular expressions. These powerful patterns can be extremely useful in scripting, Edge Encryption, and more. The team starts out with very simple examples and constructs. Find out how to understand, build, and maintain your regular expressions to take advantage of some very powerful features.
Originally aired Thursday October 13, 12:00PM PDT
(Be sure to change your YouTube Setting to 720HD)
Ask your questions below on this discussion page.
And Please Let our Expert Know how they've helped! Comment Below!
Like, Share, Mark Helpful.
Featured Experts
Chuck Tomasi is a Platform Architect for ServiceNow. He is a computer science major with over 30 years of IT experience. As a former ServiceNow customer, Chuck won the first Innovation of the Year Award at Knowledge 10. Since joining ServiceNow in 2010 as a Technical Consultant, he has done many large scale ITSM implementations and custom applications, acted as an adjunct instructor for Education Services, created and lead the Technical Best Practices program, and co-hosts the ServiceNow series "TechNow".
Dave Slusher has been developing software for 20 years for companies such as Intel, Orbitz, Dell Secureworks and many startups lost to history. He has been with ServiceNow for two years, first in Expert Services and now as the Developer Evangelist for the developer community and portal. He earned his BS from Georgia Tech and his MS in Computer Science from the University of Louisiana - Lafayette.
Kreg Steppe is a Senior Curriculum Developer within ServiceNow developing and supporting cloud training infrastructure. He specializes in developing integration solutions, automating repeatable processes and Cloud Management in ITOM. Kreg's prior experience includes operating his own ISP, developing web applications in PHP, network integration, managing network support, Application Development on cloud based networks, DNS and email server maintenance. He is a Linux enthusiast and enjoys Photography.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 06:25 AM
Ah. I use an app on the Mac called TextExpander. There are other options available, but this one is my favorite for the past year or so.
TextExpander — Productivity App | Text Expander
For what it's worth, ServiceNow has similar built in functionality for code snippets (in a script box).

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 06:29 AM
Thank you Chuck ,I will see and will let you know if I have some problem

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2017 12:38 PM
Can Anyone help
how did u build that ui macro
(out of topic but want to know)
for auto populating the codes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 07:33 AM
Hi Chuck
I tried
Script macro maintenance
But its not getting invoked in scripts background

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2017 07:47 AM
That's because Scripts background isn't a script field, it's a text field (sad, but true.) Macros won't work there. They work on business rules, script includes, even client scripts. Anything that has line numbers and the icons above will work.