09-12-2012 06:35 PM - edited 03-17-2019 11:47 PM
I am trying to reverse the effect of this following following regex;
.office@{User.emailAddress['^.+?@'='']}
This particular regex is from the Jabber provisioning doc. What I am trying to accomplish is to strip out the domain from the email address or leave all characters before the @ sign.
Thanks.
Sent from Cisco Technical Support iPhone App
Solved! Go to Solution.
09-12-2012 06:53 PM
The Regex document available at https://supportforums.cisco.com/docs/DOC-25084 might be handy for you.
BTW, please note if you are using provisioning, please be careful for remove domain for all search rule as provisioning/presence etc. use full URL format for signal handling.
09-12-2012 06:46 PM
Simple way to remove domain part from URI but leave “@” using Regex is…,
09-12-2012 06:47 PM
Thanks. I actually want the @ part removed as well.
Sent from Cisco Technical Support iPhone App
09-12-2012 06:50 PM
Simple way to remove domain part from URI including “@” using Regex is…,
or if you want to apply this only for SIP domain configured on VCS then…,
Of course you can strip specific domain name from call string including "@".
Assume you want to remove domain name, domain.com, then...,
09-12-2012 06:53 PM
The Regex document available at https://supportforums.cisco.com/docs/DOC-25084 might be handy for you.
BTW, please note if you are using provisioning, please be careful for remove domain for all search rule as provisioning/presence etc. use full URL format for signal handling.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide