Pattern Match
Hi, I'm trying to replace part of text and would appreciate help with the code.I noticed that running jsl with old column name syntax takes a toll on running time.I would like to make script a that takes my current jsl code and change it from this::Name( "col_name" )
To this::"col_name"n
I tried using Regex and Patt Match with no luck.Does anyone know how to do this?