Forum Discussion
Mike_Moniz
3 years agoProfessor
Can you use groovy since it doesn't do the serach-replace thing? Or perhaps you can try using a here-string like below for powershell.
$MyProp = @' ##MyProp## '@.TrimStart()
I'm not sure if there is any real 100% solution when the input is directly injected into code.
Related Content
- 11 months ago
- 8 months ago