schibsted / jslt

JSON query and transformation language
Apache License 2.0
638 stars 120 forks source link

no substring function #344

Open samer1977 opened 5 months ago

samer1977 commented 5 months ago

How come there is no substring function? This is funny because I come form Jolt background and there they have substring but not replace , and here you have the opposite. Are you planning to introduce any time soon?

larsga commented 5 months ago

Substrings are already supported through string slicing.