Folks,Has anyone noticed we have the following Operators
- split (using simple text)
splitregexp Operator (using advanced regex)
Then we have
- Join (using simple text)
- ??????
The missing piece here is how do we insert or replace non simple text?, in many cases you can use a macro to define what to join with but only if you can represent it as wikitext.
- The key example is one cant join using the new line character, splitregexp allows to to split based on \n but there is now way to join with \n