cancel
Showing results for 
Search instead for 
Did you mean: 

Which language is inherited for TrafficScript syntax

SOLVED
munim
New Contributor

Which language is inherited for TrafficScript syntax

Hi,

I am very new to TrafficScript and going through the manual. To get good grip on TS, can anyone tell me which language TrafficScript is based on?

I know all the supported functions for TS is in the guide but which matches the best?

Thanks in advance.

1 ACCEPTED SOLUTION

Accepted Solutions
markbod
Contributor

Re: Which language is inherited for TrafficScript syntax

Hi Munim,

The language is designed to have a look and feel of perl, but it is written from scratch specifically for the Traffic Manager. However we do use the PCRE standard for regular expressions, so it's very much like perl in that regard too.

For more information, check out Owens post here: https://splash.riverbed.com/people/owen/blog/2012/07/03/trafficscript--why-create-a-new-language-081...

Cheers,

Mark

View solution in original post

1 REPLY 1
markbod
Contributor

Re: Which language is inherited for TrafficScript syntax

Hi Munim,

The language is designed to have a look and feel of perl, but it is written from scratch specifically for the Traffic Manager. However we do use the PCRE standard for regular expressions, so it's very much like perl in that regard too.

For more information, check out Owens post here: https://splash.riverbed.com/people/owen/blog/2012/07/03/trafficscript--why-create-a-new-language-081...

Cheers,

Mark