Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

tiagomacul
Giga Sage

 

 

var vchar1 = "{";
var vchar2 = "}";
var vsearch = "";
var vstring = "TRYTOPUT{MYSTRING}HERE";
varpos1 = 0;
varpos2 = 0;

varpos1  = vstring.indexOf(vchar1); 
varpos2  = vstring.indexOf(vchar2, varpos1  ); 
vsearch = vstring.substring(varpos1+1, varpos2);

gs.print(vsearch);

 

image

Script summary

Scripts - Oficial Doc.

Discovery

Versões do ServiceNow

Version history
Last update:
‎04-19-2018 06:00 AM
Updated by: